Multiple choice technology web technology

Tags and text that do not show directly on the page are placed where?

  1. Body

  2. Table

  3. Title

  4. Head

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

The HTML section contains metadata, scripts, styles, and other elements that don't display directly on the rendered page. This includes the, ,, and `tags. The<body>section contains visible content. Tables are in the body, and while<title>` is in the head, the head section itself is the broader correct answer.