Formatting the Text

There are several things you can do to change the look and organization of text. Some are:

Bold

This is normal text.
<b>
This is bold text.</b>

This is normal text.
This is bold text.


Italics

<i>This is text in italics.</i>

This is text in italics.


Centering

<center>This is centered text.</center>

This is centered text.


Font size

This is the normal font size for your browser.
<font size="4">This is font size 4.</font>
<font size="+2">
This is font size +2.</font>

This is the normal font size for your browser.
This is font size 4.
This is font size +2.


Dividing line

Here's a line that is normal size:
<hr>
Here's a line that is size 5:
<hr size=5>

Here's a line that is normal size:


Here's a line that is size 5:

[Table of Contents] [More HTML] [Next Page] [Previous Page]

© 1996-2008 Suzanne Cook