Multiple choice technology web technology

What are HTML elements without content called ??

  1. Null elements

  2. Empty elements

  3. No elements

  4. Zero elements

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

HTML elements without content are called Empty elements. They don't have closing tags and can't contain child elements. Examples include
, , ,


, . They are self-contained and defined by their attributes alone.