HTML Tutorials

Horizontal Rule

horizontal_rule.html
<html>
<head>
<title>Horizontal rule</title>
</head>
<body>

<p>1.</p>
<hr>
<p>2.</p>
<hr align="left" size="3" width="50%">
<p>3.</p>
<hr width="250" size="3" noshade>
<p>4.</p>
<hr align="right" width="250" size="1" noshade>
<p>5.</p>
<hr width="90%" size="4" noshade color="blue">
</body>
</html>
Horizontal rule

1.


2.


3.


4.


5.


HTML
Other Tutorials