Body goes hereHeadings are kewl!You may also use several attributes within one tag� |
|
<HTML> <HEAD&> <TITLE>HTM15. Horizontal Rules</TITLE> </HEAD> <BODY> <H1>Body goes here</H1><HR> <H3>Headings are kewl!</H3> <HR WIDTH = 50> <HR WIDTH = 50%> <HR SIZE = 7> <HR NOSHADE> You may also use several attributes within one tag� <HR WIDTH = 50% SIZE = 10 NOSHADE> </BODY> </HTML> |