Multiple choice technology web technology What are HTML elements without content called ?? Null elements Empty elements No elements 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.