Monday, May 4, 2015

How to use HTML color codes?


With HTML color codes you can set the color of web site background, color of text, cells in tables and much more.

Using HTML color codes for web site background color:
<body style="background:#80BFFF">

Using HTML color codes for setting font/text color:
<span style="color:#80BFFF">

Using HTML color codes for table background color:
<table style="background:#80BFFF">

Using HTML color code for link color:
<a style="color:#80BFFF">

1 comment: