HTML 15

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

html15 <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>

Output

HTM15. Horizontal Rules

Body goes here


Headings are kewl!





You may also use several attributes within one tag�