Monday 16 July 2012

How to Insert horizontal lines in html


<!DOCTYPE html>
<html>
<body>
<p>The hr tag defines a horizontal rule:</p>
<hr />
<p>This is a paragraph</p>
<hr />
<p>This is a paragraph</p>
<hr />
<p>This is a paragraph</p>
</body>
</html>

0 Responses to “How to Insert horizontal lines in html”

Post a Comment