Computer Applications

Which one of the following is the HTML tag used to insert a horizontal rule ?

  1. <h1>
  2. <hr>
  3. <rule>
  4. <br>

HTML Intro

1 Like

Answer

<hr>

Reason — <hr> tag is used to insert a horizontal rule in an HTML document.

Answered By

3 Likes


Related Questions