Multiple choice technology web technology What is the correct HTML tag for inserting an horizontal line? <line> <hr> <tr> <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.