~~~
Here we'll go over "font" for HTML. 'Font' is really just the letters and words you write. With the help of HTML you can manipualte font size, color, and style
Here is your basic Font code
Your Words
~~~
You can change the size of your font by changing the number in the font 'size'
1
1
2
2
3
3
4
4
5
5
6
6
7
7
~~~
You can change the 'font' color by changing the color name in the above code. You can use the word name, or the coresponding 'Hex code'. I wont get into hex codes right now. But, if you go to my Color & Text page, you can easily understand what it is I'm speaking of when I mentioned 'Hex code'. For now, we'l just use color names like 'blue' or 'red'.
Here, again, is the font code
Your Words
But, lets change the color to lightblue
Your Words
Your font will express itself as this.
Your Words
~~~
Now, lets go to the last step in this tutorial. Font 'effect'. There are a few different types of effects that will give your font a diffrent character. I'll show you how to place them in font, then, give you an example of how each looks.
Here is our font code with an effect added
Your Words
Your Words
Your Words
Your Words
~~~
We can also change the style of how a font is written by adding other tags.
Italic
Italic
Underline
Underline
Bold
Bold