Site hosted by Angelfire.com: Build your free website today!

Headings, Fonts, and Styling

Headings

Most webpages have headings at the top of the page, or perhaps at the begining of a new section. Headings range in size with 1 being the largest, and as the numbers progress higher, the heading size shrinks accordingly. To make a heading you will need the following HTML, where # is the heading size that you want to use for your heading.

< h# > Text Of Heading < /h# >

Fonts

Many webpages will use different fonts to help their webpage look better. It is important to know how to do this because it will add alot to your webpage, and you will use it often. Many things can be changed in a font including color and size. The following tag is used to change the size of the font where # is the size number of the font.

< font size=# > Font To Be Changed In Size< /font >

Here is the HTML to change the color of a font. To change the font color simply type in the font color you want where the 'text' is. There are about 16 different font colors availiable. To find these different font colors you need to go to a website containing information with HTML information.

< font color=type > Font To Be Changed In Color < /font >

Back To Home