Multiple choice technology web technology

What tag is used when you want to create a name for the page you are creating, so it appears in the title bar of the user’s internet browser?

  1. page

  2. title

  3. name

  4. none

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

The TITLE tag defines the page title displayed in browser title bars and tabs. It is required in HTML documents and goes in the HEAD section. The title text also appears in search engine results and browser history. Names like page and name are not valid HTML elements.

AI explanation

The HTML tag defines the text shown in the browser's title bar (and tab), and is placed inside the document's section. There's no page or name tag that serves this purpose in standard HTML, so title is the correct element.