In HTML, which of the following can be considered a container?
2011
In HTML, which of the following can be considered a container?
Answer: D. BODY — In HTML, the BODY tag serves as the primary container for all visible content within a document structure. Conversely, INPUT is a void element that cannot…
- A.
SELECT
- B.
Value
- C.
INPUT
- D.
BODY
Attempted by 590 students.
Show answer & explanation
Correct answer: D
In HTML, the BODY tag serves as the primary container for all visible content within a document structure. Conversely, INPUT is a void element that cannot contain child elements, and Value is not an HTML tag at all. While SELECT can hold options, BODY represents the definitive structural container for page content in this context.
Loading lesson…