🎴 Flashcard Mode

HTML Basics

Card1 / 6
Mastered0
Review0
QuestionClick to flip

Which is used for text and tags that do not show directly on the page ?

AnswerClick to flip back
A
Head
💡 Explanation:

The HTML element contains metadata, title, scripts, styles, and other information that the browser needs but does NOT render directly on the visible page. The contains the visible content.

Change Mode