Les Feuilles de style en cascade :

Code de holiday.css :

Copiez toutes les lignes dans votre fichier :

H1 { font-family: Comic Sans MS, Arial, Helvetica;
font-size: 40pt;
font-weight: bold;
font-style: normal;
line-height: 34pt;
margin-left: 0%;
margin-right: 0%;
color: teal;}

H2 { font-family: Comic Sans MS, Arial, helvetica;
font-size: 13pt;
font-style: italic;
line-height: 22pt;
margin-left: 0%;
margin-right: 0%;
color: maroon;}

H3 { font-family: Comic Sans MS, Arial, Helvetica;
font-size: 10pt;
font-style: normal;
font-weight: bold;
line-height: 15pt;
color: maroon;}

TD { font-family: Arial, Helvetica;
font-size: 10pt;}

LI { line-height: 16pt;
margin-left:14px;
list-style-type: square;
display: block;}

DIV.normal {font-family: Arial, Helvetica;
font-size: 10pt;
font-style: normal;
color: navy;
margin-left: 8%;
margin-right: 5%;}

A:hover { color: #FF0000; }

Code à insérer dans holiday2.htm :

Sélectionnez et copiez cette ligne :

<link REL=StyleSheet HREF="holiday.css" TYPE="text/css">