Nothing spices up a web page more than the tasteful use of color, fonts, and font sizes. However, be forewarned--Many older browsers do not support the newer font styles and colors!
What this means in plain English, is that although your Web Page may look awesome to you, it may not necessarily look so to others. The trick is to choose the most popular font styles in use today. Below you will see some examples, and how to use them.FONT STYLES
There are many fonts available today that are recognized by the two dominating browsers--INTERNET EXPLORER and NETSCAPE NAVIGATOR. As mentioned before, many browsers, especially older ones, do not recognize some font styles, so we must choose carefully the fonts to use on web pages.
POSTING FONTS
To post different fonts, we must utilise the "font face=" attribute. Here are some examples below:-
TIP:-- it is only necessary to enclose the font names in quotation marks (") if the font name has more than one word--e.g.-- Comic Sans MS
<font face=arial color=red size=+2>This font is ARIAL</font> That gives you this:- This font is ARIAL
<font face=impact color=red size=+2>This font is IMPACT</font> That gives you this:- This font is IMPACT
<font face=balloon color=red size=+2>This font is BALLOON</font> That gives you this:- This font is BALLOON
<font face=copperplate color=red size=+2>This font is COPPERPLATE</font> That gives you this:- This font is COPPERPLATE
<font face=papyrus color=red size=+2>This font is PAPYRUS</font> That gives you this:- This font is PAPYRUS
<font face=marriage color=red size=+3>This font is MARRIAGE</font> That gives you this:- This font is MARRIAGE
<font face="Curlz MT" color=red size=+2>This font is CURLZ MT</font> That gives you this:- This font is CURLZ MT
<font face=verdana color=red size=+2>This font is VERDANA</font> That gives you this:- This font is VERDANA
<font face="Comic Sans MS" color=red size=+2>This font is COMIC SANS MS</font> That gives you this:- This font is COMIC SANS MS
<font face=gigi color=red size=+2>This font is GIGI</font> That gives you this:- This font is GIGI
<font face=westminster color=red size=+2>This font is WESTMINSTER</font> That gives you this:- This font is WESTMINSTER
<font face="lucida handwriting" color=red size=+2>This font is LUCIDA HANDWRITING</font> That gives you this:- This font is LUCIDA HANDWRITING
Note:--If you do not see one or more of the above font styles, your browser probably does not support them.
OTHER TAGS
We may as well look at a few other "tags" that will help emphasize your text. Remember, with a very few exceptions, you must always enclose the text you wish to change with our brackets-- < >.Heres a few examples, and what they do:--
<b>Relayskool</b>--that gives you bold--like this: Relayskool
<i>Relayskool</i>--that gives you italics--like this: Relayskool
<u>Relayskool</u>--that gives you underline--like this: Relayskool
<s>Relayskool</s>--that gives you a "strikethrough effect"--like this: Relayskool
Here are 2 more simple tags, which do not require "closing"-- the first is the "paragraph break"-- <p>--inserted into text, like this:--