Multiple choice .net Which HTML tag does not use an end tag? B center HR I 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.