Multiple choice technology web technology

The page title is inside the ____ tag.

  1. Body

  2. Head

  3. Division

  4. Table

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

The page title in HTML is placed inside the HEAD tag, which contains metadata about the document. The BODY tag contains visible content, while HEAD contains elements like TITLE, META, and LINK that don't display on the page.