Multiple choice technology web technology

An image tag is an example of an EMPTY element.

  1. True

  2. False

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

In XML (and HTML), empty elements are those that don't have separate opening and closing tags and don't contain content. The tag is the classic example - it's self-closing and contains no child content, only attributes.