Simple formatting.

To make text bold use the < b > tag.

To make text italic use the < i > tag.

To make the heading large use the < h1 > tag.

To change the background color edit the < body > tag. For instance:

< body bgcolor="FFCCCC" >

The red, green, and blue components of the background color must be specified. The first two digits are red, the second two digits are green, and the last two digits are blue. Values range from 0 to 255. FF is the hexadecimal equivalent of 255.


You can select View | Page Source from your browser to view the source code that produced this web page.

Click here to return to the main page.