Font

Font means text so it controls the all the words that appears on your page. If you don't use the <font> tag, then all the fonts on a page is in default. With the <font> tag, you can change the size, color, face, etc. of the text. As usual, there is a closing tag to the <font> tag. You close it with the </close> tag once you are finised with everything that you want to change.

As we have mentioned before, HTML is all about experimenting and you can always combine your codes together. Now, let's give you an example of the font combination, combining the three things that we have just learned, face, size, and color.
Here's how the code will look like:

<font size="5" color="blue" face="comic sans ms, arial, times new roman">An example</font>

So in this example, we have used font size 5, the color blue, and comic sans ms, arial, and times new roman as the font face. Below is how the example would look on the browser:
An example
Copyright Brains That Work .
Theme by Pool theme design by Borja Fernandez. ^Top^