THIS TUTORIAL WAS WRITTEN BY LIVVIE. ALL OF THE FOLLOWING TEXT, PICTURES AND OTHER MATERIAL IS COPYRIGHTED TO SUNNY-NIGHTS UNLESS OTHERWISE STATED

Making Fonts Pretty


1. Here is an example of a pretty font and a boring font.
Boring Pretty
This is a boring font paragragh. Oh, the ickyness! :P This is a pretty font paragragh. Oh, the wonderfulness!

2.First, you must know how to make any font, even a boring one, look 100% better. These simple HTML codes will add a little prettiness to any page!
Code Example Exclamation
<b> TEXT </b> TEXT Makes text darker and slightly bigger (A.K.A bold)
<u> TEXT </u> TEXT Underlines text (A.K.A underline)
<i> TEXT </i> TEXT Slants text slightly to the right (A.K.A italics)
<strike> TEXT </strike> * TEXT Adds a line through middle of text
<marquee> TEXT </marquee> TEXT Makes text bounce side to side on screen.
<TT> TEXT </TT> TEXT Makes text look like a typewriter text
<blink> TEXT </blink> TEXT Makes text blink every other second

* On sites other than Neopets, code is <s> TEXT </s>

3. Now that you know the basic font effects we can move on to font colors and font faces. The code I used to stylize the purple text above is as follows.

Now let's dissect the code:
a.) This is how big your text will be. Put a number between 1 and 7, 1 being this big, seven being this big.
b.) This is what color your will be. You could put the name of a color in there (ex. orange) or an HTML color code (ex. #9f0ff9).
c.) This is where you but the "font face" which simply means what style of writing it is. Look at the chart below for examples.

Example Name
TEXT EXAMPLE Arial
TEXT EXAMPLE Arial Black
TEXT EXAMPLE Comic Sans MS
TEXT EXAMPLE Courier New
TEXT EXAMPLE Impact
TEXT EXAMPLE Times New Roman
TEXT EXAMPLE Verdana

So now you know how to make your font pretty!