Multiple choice technology web technology

What is the correct HTML tag for inserting an horizontal line?

  1. <line>

  2. <hr>

  3. <tr>

  4. <horizontalline>

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

The <hr> tag in HTML creates a horizontal rule (line) across the page. It's a self-closing tag that doesn't require content. Option A is not a standard HTML tag, C creates a table row, and D `` doesn't exist as a standard HTML element.