Multiple choice What is not true about <br>? It forces a line break wherever you place it. It is an empty tag. It is used when we want to end a line. 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.