Horizontal Rule Examples
HR: HORIZONTAL RULES
Example code will be given first, and then the result of the code.
- <HR>
- <HR SIZE="10">
- <HR COLOR="#FF0000">
- <HR WIDTH="50%">
- <HR ALIGN="RIGHT" WIDTH="50%">
- <HR NOSHADE>
- <HR NOSHADE SIZE="10">
HRs AND TABLES
Example code will be given first, and then the result of the code.
- <TABLE BORDER="0" CELLSPACING="1" BGCOLOR="#FF0000" WIDTH="100%">
<TR><TD><BR></TD></TR></TABLE>
- <CENTER>
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="5" WIDTH="100%">
<TR><TD><HR NOSHADE SIZE="3"></TD>
<TH NOWRAP WIDTH="20%">Centered Text></TH>
<TR><TD><HR NOSHADE SIZE="3"></TD></TR></TABLE>
</CENTER>