1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <meta http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
10 <p>This
<hr
width=
"25%"> should be centered:
</p>
14 <p>This one should be left-aligned.
</p>
16 <hr width=
"25%" align=left
>
18 <p>This one should be right-aligned.
</p>
20 <hr width=
"25%" align=right
>
22 <p>This one should be centered.
</p>
24 <hr width=
"25%" align=center
>
26 <p>(W3C:
“<a href=
"http://www.w3.org/TR/REC-html32#hr">By
27 default, the rule is centered.
</a>”)
</p>