
There are a lot of different HTML tags for doing weird and funny things with fonts. We will show you how to make big fonts and small fonts, fonts that will move accross your screen, font colour, and what style of font.
First we will show you how to use biger fonts and smaller fonts. The HTML tag for doing this is [h1] h1 is the biggest font.
For makeing words move across your screen from side to side you use and HTML tag called [marquee] for example if you wanted to say "This Is My Homepage" but you wanted it to go from side to side on the persons screen you would put [marquee behaviour="Alternate"]This Is My Homepage[/marquee] it would look like this.
This feature can only be seen with Internet Explorer because Netscape doesn't support the marquee feature.
For font colour you just use a very basic HTML tag you say[font color="RED"]HELLO[/font] putting this in would make the word "HELLO" red. It would look like this. HELLO
Say you wanted to use the font Comis Sans MS you would first type the size you would want. Than specifi what font you would like. So if you wanted big, red, Comic sans MS font the HTML tag would be [h1][font color="RED" font face="comic sans MS"] It would look like this.
Now for one big example I will show you how to combin all of these HTML tags in one we will make a big red comic sans font go accross the screen. To do this you type [h1][font face="comic sans MS" font color="RED"][marquee behavior="alternate"]Wow this is amazing![/h1][/font][/marquee] it would look like this.