| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
| <html lang="en-au"> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| <title></title> |
| </head> |
| |
| <body> |
| |
| <p>This <hr width="25%"> should be centered:</p> |
| |
| <hr width="25%"> |
| |
| <p>This one should be left-aligned.</p> |
| |
| <hr width="25%" align=left> |
| |
| <p>This one should be right-aligned.</p> |
| |
| <hr width="25%" align=right> |
| |
| <p>This one should be centered.</p> |
| |
| <hr width="25%" align=center> |
| |
| <p>(W3C: “<a href="http://www.w3.org/TR/REC-html32#hr">By |
| default, the rule is centered.</a>”)</p> |
| |
| </body> |
| |
| </html> |