HTML Class - Fall 2002

Home Help Table of Contents Class Stuff

HTML Fonts

The HTML <font> Tag

With HTML code like this, you can specify both the size and the type of the browser output :

Font Attributes

Attribute Example Purpose
size="number" size="2" Defines the font size
size="+number" size="+1" Increases the font size
size="-number" size="-1" Decreases the font size
face="face-name" face="Times" Defines the font-name
color="color-value" color="#eeff00" Defines the font color
color="color-name" color="red" Defines the font color





Home Help Table of Contents Class Stuff