「XML入門」document.getElementByIdのサンプル
使用例
<!DOCTYPE html> <html> <body> <h1 id="cft">This is a Heading</h1> <button type="button">テスト </button> </body> </html>
Coding Changes the World
使用例
<!DOCTYPE html> <html> <body> <h1 id="cft">This is a Heading</h1> <button type="button">テスト </button> </body> </html>