web design company
Add HTML : More font styles, sizes & colors

Here are the simple instructions to increase your choices for fonts.

Font Styles
Just copy this script into the relevant areas:

<h3><font style="Font-Family:Broadway BT">This Is my Trial Web Server</font></h3>

and the resulting output is:

This Is my Trial Web Server

To change to any font, just key in this syntax:

<h3><font style="Font-Family:_*_">sample text</font></h3>
( * will represent the font style)

Others font styles that you can choose are:


Size combinations
To change the size of the fonts, just type in

<font size=“ * “> THE SELECTED TEXT </font>
( * Can be either +1, +2, +3, +4, and etc.)

Color combinations
When we save this source code into the text box area,

<font size="+3" color="#FF0000">THE END</font>

It will display this (sample output):

THE END

therefore to change the font colors, you’ll need to insert :

<font color=“*”> THE SELECTED TEXT </font>
* Can be one of the colours below :-


Back to Add More HTML
Since 2000 eOneNet.com. All Rights Reserved.