Multiple choice

Web pages start with _______ tab.

  1. <HTML>

  2. <form>

  3. <start>

  4. <title>

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

HTML documents must begin with the tag as the root element that contains all other elements. The tag is for creating forms, is not a valid HTML tag, and sets the page title but appears inside , not at the document start.