HTML Tutorial 7

Prepared by: Anthony Larrain


The Font Tag

Example 1

<font color="green">This text is green</font><br /> <font face="comic sans ms">Comic font</font><br /> <font size="4">This is a font size of 4</font><br />

Browser Display

This text is green
Comic font
This a a font size of 4

Example 2

<font color="green" face="comic sans ms">This text is green and comic</font>

Browser Display

This text is green and comic
Design tip

@Anthony Larrain 2005 - 2006

Send Questions or Comments to hci201@yahoo.com