<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <TITLE>Horizontal Rule Example</TITLE> </HEAD> <BODY>
<P>HR with size of 10</P> <HR SIZE="10"> <P>HR with width of 50% and no shading</P> <HR WIDTH="50%" NOSHADE> <P>Width of 200 pixels, size of 3 pixels, and no shade</P> <HR WIDTH="200" SIZE="3" NOSHADE> <P>Width of 100, aligned right</P> <HR ALIGN=RIGHT WIDTH="100"> <P>Width of 100, aligned left</P> <HR ALIGN="LEFT" WIDTH="100"> <P>Width of 100, aligned center</P> <HR ALIGN="CENTER" WIDTH="100">