Standard Type Face Options

<font face=“Arial”> </font>

It is best to specify type faces in groups since different computers use different type fonts:

face="Arial, Geneva, Helvetica, sans-serif"

face="Times New Roman, Times, serif "  (Times New Roman is the default for most browser)

face="Courier New, Courier, mono"

Other useful font attributes include color="#CC0000" and size="+6"

!! Deprecated : You should not use the font attribute once we get to the CSS content in this course