Skip to content

Instantly share code, notes, and snippets.

@rhatano
Created February 26, 2012 15:33
Show Gist options
  • Save rhatano/1917406 to your computer and use it in GitHub Desktop.
Save rhatano/1917406 to your computer and use it in GitHub Desktop.
Colour
<body bgcolor="pink"> Sets the background colour, using name or hex value
<body text="black"> Sets the text colour, using name or hex value
<body link="blue"> Sets the colour of links, using name or hex value
<body vlink="#ff0000"> Sets the colour of followed links, using name or hex value
<body alink="#00ff00"> Sets the colour of links on click
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment