FTLS.org 
Francais     English
 
 
Home
 
 Linux
Links
 
 Tutorial
HTML
 
 Archives
Java
Perl Tools
Scripts CGI
Scripts PHP
 
 Calculators
HP 48
TI 92
 
 Free
E-Mail
Games
Jobs
Jokes
Mini Messages
Web
 
 Search
The Liste...
Selection
DirectAccess
 
 Powered by
linux
 

Tutorial


HTML.



10. Colors

    10.1 Text Colors

        Font colors may be specified as follows:

    <FONT COLOR="#rrggbb">...</FONT>

    In theory, there are 256 3 or 16,777,216 possible colors. But remember that a typical PC uses 256-color mode, so don't go too crazy.

    Here are 27 samples of <FONT COLOR="#rrggbb">:

    10.2 Background Colors

    Background color may be specified as an option in the <BODY> tag, as follows:

    <BODY BGCOLOR="#rrggbb">

    In theory, there are 256 3 or 16,777,216 possible colors.

    10.3 Text, Background & Link Colors

        Various custom colors may be specified as options in the <BODY> tag, as follows:

    <BODY BGCOLOR="#rrggbb" TEXT="#rrggbb" LINK="#rrggbb" VLINK="#rrggbb" ALINK="#rrggbb">

    OptionSets color of...
    BGCOLORBackground
    TEXTNormal text
    LINKLink text (unvisited)
    VLINKVisited Link text
    ALINKActivated Link text (as link is clicked)



 
© Copyright 2000 FTLS (Tyndiuk Frédéric). All rights reserved.
Last Update 08/03/2000 - Send all comments to webmaster@ftls.org