Aman wants to insert a Horizontal Line into a webpage. Write the name and the syntax of
the HTML Tag he should use. The colour of the line should be blue.
Answers
Answered by
1
Answer:
The <hr> tag in HTML stands for horizontal rule and is used to insert a horizontal rule or a thematic break in an HTML page to divide or separate document sections. The <hr> tag is an empty tag and it does not require an end tag. Used to specify the alignment of the horizontal rule.
Similar questions