Multiple choice technology web technology

What tag is used when you want to create a horizontal divider across your page?

  1. HL

  2. HD

  3. TR

  4. HR

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

The HR tag creates a horizontal rule (divider) across the page. HR stands for Horizontal Rule. It is a self-closing empty element in HTML5 that renders as a thematic break or visual separator between content sections. Options HL, HD, and TR are not valid divider elements.