Multiple choice .net

Which HTML tag does not use an end tag?

  1. B

  2. center

  3. HR

  4. I

  5. U

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

The HR (Horizontal Rule) tag is a void element in HTML, meaning it doesn't require a separate closing tag. It's written as


(or
in XHTML) and renders a thematic break line. Tags like B (bold), I (italic), and U (underline) require closing tags.