The Beginning

Bolding text

The <b> tag is how you bold text, and </b> tag is how to end the bold.

This text is bold


Underlining text

The <u> tag is what you would use to start underlining text, and </u> tag is how you would stop underlining text.

This text is underlined


Italicizing text

The <i> is how you start the italicized text, and </i> tag is how you would end it.

This text is italicized


Aligning text

To align text to the left you just type what you want.

The text is defaulted to the Left side of the page.


The <center> tag aligns text to the center of the page, and </center> tag is how you would end it.

This text is centered.

The <p align="right";> tag aligns text to the right of the screen, and </p> tag ends the right alignment.

This text is aligned right.


You can also combine all of these tags. You can "Bold", "Underline", "Italicize" and align text all for the same string of text.
By using <center><b><i><u> Insert text </u></i></b></center>

This text is Bold, Italicized, underlined and centered!

You should try to end off each tag in the reverse order so the browser doesn't get confused.

The background of HTML How to set text Using images Using links Using anchors using tables