Multiple choice

<INPUT> is

  1. empty tag

  2. format tag

  3. de-format tag

  4. none of these

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

The tag in HTML is an empty element, meaning it doesn't require a closing tag and doesn't contain any content. It's a self-closing tag that defines an input field. Format tags like or have opening and closing tags, while empty tags like , , and
do not.