<font color=blue> Text goes here </font>
<FONT FACE = "Arial" SIZE = "+1" COLOR = "#0000FF"> Text goes here </FONT> |
Text goes here Notice the American spelling of "color" - this is important, since HTML does not recognize "colour" Other <font> attributes are: "face" to specify a different font face, "size" - "+1" means one size bigger, "#0000FF" is the number corresponding to BLUE
NB
- UPPER or lower case doesn┤t matter
- It is a good idea to put different statements on new lines, and indent them for easy reading
- Tag "attributes" are placed in quotation marks
|