Multiple choice general knowledge

If you put a tag in the head section of your page, it will appear in bold, large print at the beginning of your page. Select one:

  1. TRUE

  2. FALSE

  3. It depends on the browser

  4. Only if the CSS makes it display that way

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

The tag defines the browser tab title, not visible page content. It appears in the browser window title bar or tab, not as text on the webpage itself. To display large bold text on a page, use heading tags like

through

in the body section.