Heading 1 Tag

Heading 2 Tag

Heading 3 Tag

Heading 4 Tag

Heading 5 Tag
Heading 6 Tag

These are paragraph tags.

Use the paragraph tag each time you start a new paragraph.

Use an ending paragraph tag when you want to end the paragraph and skip to the next line for your next sentence.



This is the bold print tag.

This tag causes your text to be in "italics" style.

This makes your text underlined.

This changes your text to the teletype font

This changes the size of your text to bigger or smaller using a numeric scale.

This gives the size of your font directly (1 through 7).

This shows the color of your font.

This shows the font type for your text.


***** The Table Below Shows the Entire Page Code for the functions Above....

<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>HTML Tags Example Page 2</title>
</head>
<body>
<h1>Heading 1 Tag</h1>
<h2>Heading 2 Tag</h2>
<h3>Heading 3 Tag</h3>
<h4>Heading 4 Tag</h4>
<h5>Heading 5 Tag</h5>
<h6>Heading 6 Tag</h6>
<br>
<p>These are paragraph tags.
</p>
<p>Use the paragraph tag each time you start a new paragraph.</p>
<p>Use an ending paragraph tag when you want to end the paragraph and
skip to the next line for your next sentence.</p>
<br>
<br>
<b>This is the bold print tag.</b>
<br>
<br>
<i>This tag causes your text to be in "italics" style.</i>
<br>
<br>
<u>This makes your text underlined.</u>
<br>
<br>
<tt>This changes your text to the teletype font</tt>
<br>
<br>
<font size="+2">This changes the size of your text to bigger or smaller
using a numeric scale.</font> <br>
<br>
<font size="7">This gives the size of
your font directly (1 through 7).</font>
<br>
<br>
<font color="BLUE">This shows the color of your font.</font>
<br>
<br>
<font face="Courier New">This shows the font type for your text.</font>
<br>
<br>
</body>
</html>