Multiple choice

Which of the following statements is FALSE regarding !DOCTYPE declaration?

  1. It can appear anywhere in an HTML page.

  2. !DOCTYPE is not an HTML tag.

  3. It does not have an end tag.

  4. If the !DOCTYPE is not specified the page will be rendered in quirks mode.

  5. The !DOCTYPE refers to DTD.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The !DOCTYPE declaration must be the very first thing in your HTML document, before the html tag.