html-quiz.json

497 B
22/10/2025 09:36
JSON
html-quiz.json
[
  {
    "id": "html-1",
    "question": "แท็ก HTML ใดใช้สำหรับหัวเรื่องระดับที่ใหญ่ที่สุด?",
    "options": ["<h1>", "<head>", "<header>", "<h6>"],
    "answer": 0
  },
  {
    "id": "html-2",
    "question": "แอตทริบิวต์ใดใช้สำหรับเชื่อมโยงไฟล์ CSS ภายนอก?",
    "options": ["src", "href", "rel", "type"],
    "answer": 1
  }
]