CBSE Class 10 Computer Applications Question 46 of 176

HTML I — Basic HTML Elements — Question 44

Back to all questions
44
Question

Question 44

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

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

<hr>

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