Colored Line Dividers
Posted Friday, February 6, 2004
(Internet Explorer)
The <HR> tag is used to devide content on a web page. You can change its appearance by adding attributes.
The examples below show various styles of the <HR> tag. They are displayed in a table and the width attributes span the set percentage of the table. When used without a table, the width will span the set percentage of the entire web page.
--------------------------------------------------------------------------------
<HR>
--------------------------------------------------------------------------------
<HR WIDTH="50%" SIZE="3">
--------------------------------------------------------------------------------
<HR WIDTH="50%" SIZE="3" NOSHADE>
--------------------------------------------------------------------------------
<HR WIDTH="75%" COLOR="#FF0000" SIZE="4">
--------------------------------------------------------------------------------
<HR WIDTH="25%" COLOR="#6699FF" SIZE="6">