BodgeIt! - HTML - <HR> - Horizontal Rule
|
|
|
Horizontal Rules are one of the simplest ways of adding lines to a page or fragment.
Rules can be inserted from the toolbox. The code for the Horizontal Rule shown above is :- <CENTER><P> <HR HEIGHT="4" WIDTH="60%" COLOR="#FF0000"> </CENTER> Strictly speaking the <CENTER> is not needed, but always be pedantic! |
|