About Us The Basics Text & Fonts Pictures Links Tables Frames Miscellaneous


Some people might want to put text onto their websites. Anything that is not put into angle brackets will be put onto your site as text.
<h*>...</h*> Allows you to create a heading. The stars represent a number from 1-6 whereas 1 is the largest and 6 is the smallest.

Attributes of the < h* > tag:

align="left|right|center" Allows you to choose the alignment of the heading.
<font>....</font> Allows you to change the font.

Attributes of the < font > tag:

face="______" Allows you to change the font style. The blank is the font style's name.
color=#****** Allows you to change the font color. The stars represent the hexidecimal color code.
size="#" Allows you to change the font size. The number sign represent the font size. You can also input +# or -#. This way will just alter the already set font size by how much you put.
<p>...</p> Allows you to start a paragraph.

Attributes of the < p > tag:

align="left|right|center" Decides the alignment of your paragraph.
<div>...</div> Similar to the < p > tag. Works better on new browsers.

Attributes of the < div > tag:

align="left|right|center" Decides the alignment of your text.


[About Us | The Basics | Text & Fonts | Pictures | Links | Tables | Frames | Miscellaneous]