Multiple choice

What is not true about <br>?

  1. It forces a line break wherever you place it.

  2. It is an empty tag.

  3. It is used when we want to end a line.

  4. It has closing tag.

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

The
tag is an empty element in HTML that forces a line break without requiring a closing tag. It is self-closing and does not need a separate tag. This makes it unique among HTML elements that are not container elements.