Site hosted by Angelfire.com: Build your free website today!
MY HTML HELP FOR
BEGINNERS

Fonts, fonts, come get your fonts here! cheep and cheerful dont mean they're nasty!

Fonts

With the 'Fonts' code you can alter the font style, size, colours and alignment on the page, but only between the <FONT> and </FONT> tags, for example:

<FONT SIZE=1>WEIRED!</FONT> and
<FONT SIZE=7>WEIRED!</FONT>

would give you

WEIRED! and
WEIRED!

you can get from font size '1' to font size '7'.



To Change the fonts colour you can type:

<FONT COLOR="0000ff">WEIRED!</FONT>

to give you!

WEIRED!



To alter the face of the font you type in the 'FACE' code as follows

<FONT FACE="Impact">WEIRED!</FONT> To get this!

WEIRED!



Another few tags are 'Pre', 'Bold', 'Italics' and 'Underlined'

<PRE> tags give you a typewriter stye of text and retains any standard spacing and tabs you wish to include, thusly:

and hello!
	We are feeling weired today are we not?   Very strange indeed.
			Cool!		this is actually working!

The code for this is: <PRE> (you type inbetween here!) </PRE>



Bold, Italics and Underline are prety simple like most of the other html you've sen so far,
<B>BOLD</B> (Bold)
<I>ITALICS</I> (Italics)
<U>UNDERLINES</U> (Underlines)

MAIN INDEX