Multiple choice

________ elements are paired and have start and end tags.

  1. Eempty

  2. Container

  3. Fill

  4. Standard

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

Container elements in HTML consist of a start tag and an end tag that enclose content, such as

and
. In contrast, empty elements like
or do not have a closing tag and do not contain other elements or text. This distinction is fundamental to understanding how HTML documents are structured.