Newer
Older
2022-S.Keigo / rensyu.html
@”Sato ”Sato on 10 Nov 2022 335 bytes change color
<!DOCTYPE html>
<html lang="ja">
    <html>
        <head>
          <title>getElementById example</title>
        </head>
        <body>
          <p id="para">Some text here</p>
          <button onclick="changeColor('blue');">blue</button>
          <button onclick="changeColor('red');">red</button>
        </body>
        </html>