



|
Description
An HTML code that create a different color and sizes of horizontal ruled line. Source Code <HEAD> <TITLE>HTM14</TITLE> </HEAD> <BODY> <BR><BR><BR> <HR COLOR=red WIDTH=300 ALIGN=left> <HR COLOR=blue WIDTH=400 ALIGN=left> <HR COLOR=green WIDTH=500 ALIGN=left> <HR NOSHADE SIZE=12> <HR COLOR=green WIDTH=500 ALIGN=right> <HR COLOR=blue WIDTH=400 ALIGN=right> <HR COLOR=red WIDTH=300 ALIGN=right> </BODY> </HTML> Output |
  