<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> |