Answer: The <hr> tag is used to insert a horizntal line.
Example: <html>
<body>
<p>The hr tag defines a horizontal rule:</p>
<hr />
<p>This is a paragraph 1</p>
<hr />
<p>This is a paragraph 2</p>
<hr />
<p>This is a paragraph 3</p>
</body>
</html>
Asked In: Many Interviews |
Alert Moderator