<!DOCTYPE html> <html lang = "ja"> <head> <meta charset = "utf-8"> <title>松山三択クイズ</title> <link rel = "stylesheet" href = "quiz.css"> </head> <body bgcolor = "rgb(206, 193, 173)" text="green"> <h1>3択クイズ</h1> <form id = "quizform"></form> <button id = "submitBtn">回答</button> <h2 id = "result"></h2> <script src = "quiz.js"></script> </body> </html>