Multiple choice technology web technology

Between which set of tags does most of the content of your web page need to be placed?

  1. <text></text>

  2. <body></body>

  3. <title></title>

  4. <head></head>

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

In HTML, most of the visible content of a web page should be placed between the tags. The section contains metadata and title, sets the page title, and is not a standard HTML container.