Chapter quiz · HTML Foundations

Test what you learned.

8 questions on HTML Foundations. Pass 70% to clear the chapter.

← Review chapter lessons

Quiz

HTML Foundations — Chapter Quiz

Eight questions on the doctype, elements, attributes, links, images.

0/ 8
  1. Question 1
    1

    What does <!doctype html> do?

  2. Question 2
    2

    A void element like <img> needs a closing tag.

  3. Question 3
    3

    How many <h1> elements should a typical page have?

  4. Question 4
    4

    Which attribute is REQUIRED on a meaningful <img>?

  5. Question 5
    5

    <a href="..." target="_blank"> should also include rel="noopener" for safety.

  6. Question 6
    6

    For a decorative image that shouldn't be announced by screen readers, the alt should be…

  7. Question 7
    7

    How do you write an HTML comment?

  8. Question 8
    8

    To show a less-than sign (<) in text without HTML treating it as a tag, use the entity &___;.

Pick an answer — instant feedback as you go.