HTM15
DESCRIPTION :
OUTPUT :
SOURCE CODE :
DESCRIPTION :
HTM15 a sample may also use several attributes within one tag
OUTPUT :
Body goes here
Headings are kewl!
You may also use several attributes within one tag�
SOURCE CODE:
<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>
RETURN