
Font
Menu
In this
section, we will be using the command "FONT" To start let's do some
examples.
The first example will show a text in Eurasia with your default font size.
<font
face="Eurasia">This is My First Home Page</font>
Note that in <FONT Face= " " > The word Eursia
appears in it and also notice how
there is a </FONT> to close the font off.
Here is what it should look
like:
This is My First Home Page
Let's Try one more example, using another font.
<font face="Times New
Roman">This is My First Home Page</font>
Here is what it
should look like:
This is My First Home Page
As you can see, all you have to do is insert the name of the font that you
want to use in the <font
face=" "> and
then type what you want to type followed by the "</font>"
Let's see how to set the sizes of the font.
Here is
the command for the font called Times New Roman with the font sizes of 18pt.
<font
face="Times New Roman" size="5">This is My First Home
Page</font>
Did you see anything new? - If you said size="5" then you are right.
Here is what it
should look like:
This is My First
Home Page
Here
are the code for the point.
1 =
8pt
2 = 10pt
3 = 12pt
4 = 14pt
5 = 18pt
6 = 24pt
7 = 36pt
End of Lesson |