



|
Description
This tags of html,shows a Horizontal line and Headings that provide the largest size and smaller size of text and using several attributes within one tag. Source Code <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> Output Body goes hereHeadings are kewl!You may also use several attributes within one tag� |
  