Pages

Sunday, May 15, 2011

HTML #2: HTML Lines

The <hr /> tag creates a horizontal line in an HTML page.

<html>
<body>
<p>The hr tag defines a horizontal rule:</p>
<hr />
</body>
</html>


The hr tag defines a horizontal rule:

No comments:

Post a Comment