General Tags

Heading Tags

<H1>text</H1> produces Heading Size 1.

<H2>text</H2> produces Heading Size 2.

<H3>text</H3> produces Heading Size 3.

<H4>text</H4> produces Heading Size 4.

<H5>text</H5> produces Heading Size 5.
<H6>text</H6> produces Heading Size 6.
 

The Bold Tag

<B>text</B> -- These tags produce Bold text.

 

The Italics Tag

<I>text</I> -- These tags produce Italicized text.

 

The Center Tag

<center>These tags produce centered text</center>

 

The Horizontal Rule

<hr> produces a horizontal rule like the following:

You can control the width of the horizontal rule:

<hr width=60%> produces a horizontal rule like the following:


You can also increase the size of a horizontal rule:

<hr width=40% size=8> produces:


 

The Line Break and Paragraph tags

If you want to make a line break, use the <br> tag. Example:

"Mary had a little lamb,<br>its fleece was white as snow." would look like:

Mary had a little lamb,
its fleece was white as snow.

If you wish for more space between lines use the <p> tag.

"Mary had a little lamb,<p>its fleece was white as snow." would look like:

Mary had a little lamb,

its fleece was white as snow.

Internet Students Help Page