HTML: Font and Color (Colour)

Hyper Text Markup Language

Markup:

<font> = Font Information
<font color=”#d88ddd”>Jerry</font> = Font color attibute
<span style=”color: #663399;”>Color</span> = Span informtion and style of font
<span style=”color: #000080; style=”font-size: large;”>color, size</span> = Color and size

Markup: size

<font size=”6″>This is some text with 6!</font> = Font size attibute
This is some text!
<font size=”-2″>This is some text with -2!</font> = Font size attibute
This is some text with -2!