Back To Lesson

Quiz: HTML Fundamentals

Quiz Instructions:

  • Each question is followed by multiple-choice answers (A, B, C, D, and sometimes E).
  • Carefully read each question and all answer options before selecting the best answer.
  • Choose the option that most accurately aligns with the key concepts or information provided.

Question 1: What does HTML stand for?

Question 2: What is the main role of HTML in a webpage?

Question 3: What does the <h1> tag represent?

Question 4: Which tag is used to create a hyperlink?

Question 5: Why are semantic HTML elements important?

Question 6: What is the function of the <alt> attribute in the <img> tag?

Question 7: Which of these is NOT a semantic HTML tag?

Question 8: What does the <p> tag define in HTML?

Question 9: Which element is used to display an image in HTML?

Question 10: What does the <title> tag do?

Question 11: Which tag is used for the root of an HTML document?

Question 12: How do semantic tags improve accessibility?

Question 13: What does the <body> tag contain?

Question 14: True or False: HTML structures the page, CSS styles it, and JavaScript adds interactivity