A Marketing Group Joint Venture

 

                                      "Out Of The Ashes Of Deceit, Comes A Name You Can Trust"


HOME
OPPORTUNITIES
COACHING
MARKETING TOOLS
LINK TO US
eBOOKS/eCOURSES
ADVERTISING
CLASSIFIED ADS
NEWSLETTER
ARTICLES
NON-COMPLIANT ALERTS
ABOUT US
LEGAL NOTICES
PRIVACY POLICY
CONTACT US

_____________________

This Site Is Dedicated
                   To
       Georgia Perel
_____________________

 

 
 

Lesson 5: Extended Fonts and Text Color

Be sure to check out the Free Color chart on the Marketing Tools Page. It gives you the
color and it's number which you will need for your work.

EXTENDED FONTS:

 
The newest versions of many browsers supports extended fonts, in which you can choose to have
the document fonts be other than the normal one.
This is accomplished by adding the (FACE="font_name") attribute to the <FONT> tag. The most
commonly supported fonts are Veranda, Arial, Helvetica, Impact, Comic Sans MS, and a few others.
It is not recommended to make your page font dependent, because the older versions of many
browsers do not yet support this feature.
 
Example of extended fonts:
 
<font size=+2 face="Veranda"> VERANDA </font>
<font size=+2 face="Arial"> ARIAL </font>
<font size=+2 face="Helvetica"> HELVETICA </font>
<font size=+2 face="Impact"> IMPACT </font>
<font size=+2 face="Coic Sans MS"> COMIC SANS MS </font>
 
Note: If you don't see one or more of the above fonts, then your browser probably doesn't support
the extended fonts.
 
TEXT COLOR:
 
You can change the color of the text by setting the (COLOR="font_color") attribute in the <font>
tag. The color is usually set by using the hexadecimal system (#000000 black to #FFFFFF white)
but can also be set in newer browsers by using the simple word or name of the color. (Red for Red,
Blue for Blue, etc.)
 
Example:
 
<font color="blue"> Hey I'm Blue! </font> Hey I'm Blue!
 
< font size=+2 face="Impact" color="Green"> Hey I'm green and in Impact Font ! </font> Hey I'm
Green and in Impact Font !
 
<font color="Red"> Hey I'm Red ! </font> Hey I'm Red !
 
Try this on your own HTML Page ("Home.htm"): The blue text is what to add)
 
<html>
<head><title> My Home Page </title></head>
<body background="bgnd.gif">
<center> <font color="Blue"> <h1> Your Name's Home Page </h1> </font> </center>
<hr>
This is the Home Page of <b> Your Name </b>.
<p> Type something about yourself here. Don't forget to use bold and italic text, for emphasis.</p>
</body>
</html>
 
Save the file as "Home.htm"

 

© Copyright 2005- 2010 Global-Marketing-Resource.com except
where indicated otherwise. All rights reserved worldwide.