HTML Old School

Font Color

When we speak about font colors we think about colors of:

  • simple text - text attribute
  • link - link attribute
  • visited link - vlink attribute
  • active link - alink attribute

<body bgcolor="#989898" text="#E6EF51" link="#89FF92" vlink="#9E97FF" alink="#FF9999">

 

Font color can be always replaced with FONT tag:

<font color="#8882DA">

 Font color example: 0313textcolor.html