CBSE Class 10 Computer Applications Question 47 of 176

HTML I — Basic HTML Elements — Question 45

Back to all questions
45
Question

Question 45

HTML tag to draw horizontal line :

  1. <h1>
  2. <hr>
  3. <hline>
  4. None of the above
Answer

<hr>

Reason<hr> tag is used to draw horizontal line in an HTML document.