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. BODYIn 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…

  1. A.

    SELECT

  2. B.

    Value

  3. C.

    INPUT

  4. D.

    BODY

Attempted by 592 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.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…