eckb Introduction to EC
Tools of EC
Applications of EC
Home HTML Graphics Programming Servers
Applications Development
Issues
WinterLine
Informational
Appearance
Spacing
Lists
Images
Links

Example: Fonts

<HTML>

<HEAD>
<TITLE>Examples of Fonts</TITLE>
</HEAD>

<BODY bgcolor=lightyellow>
<H1>Examples of Fonts</H1>
<P>The following are examples of changing font size:</P>
<font size=-1>This line is displayed using a relative font of -1 </font>
<font size=+3>
This line is displayed using a relative font of +3</font>
<font size=4>
This line is displayed using an absolute font of 4 </font>
<HR>
<P>The following are examples of changing font color:</P>
The quick <FONT COLOR="#804040">brown</FONT> fox jumped over the lazy little <FONT COLOR="green">green</FONT> dog. <FONT SIZE="+1" COLOR="pink">Big bird</FONT> was watching.
</BODY>
</HTML>
 

View the results of the above html code

WinterLine
ECKB Home EC Course Home EC Participants Home

©  1998, Simha R. Magal  |  Feedback