A voir également:
- Langage html
- Langage ascii - Guide
- Editeur html - Télécharger - HTML
- Langage binaire - Guide
- Pascal langage - Télécharger - Édition & Programmation
- Espace html ✓ - Forum HTML
3 réponses
Bonjour :)
Voila je l'ai fais pour toi
<head>
<style type="text/css">
<!--
.Style4 {
color: #FFFFFF;
font-size: 18px;
font-family: monotype corsiva;
}
.Style6 {color: #FFFFFF; font-size: 18px; font-family: "Times New Roman", Times, serif; }
.Style8 {color: #FFFFFF; font-size: 18px; font-family: "Courier New", Courier, monospace; }
.Style10 {color: #FFFFFF; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; }
-->
</style>
</head>
<body>
<table width="98%" height="160" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#FF0000"><span class="Style6">exemple1</span></td>
<td bgcolor="#666666"><span class="Style8">exemple2</span></td>
</tr>
<tr>
<td bgcolor="#00CC33"><span class="Style10">exemple3</span></td>
<td bgcolor="#0099FF"><span class="Style4">exemple4</span></td>
</tr>
</table>
Bonne journée ;)
Voila je l'ai fais pour toi
<head>
<style type="text/css">
<!--
.Style4 {
color: #FFFFFF;
font-size: 18px;
font-family: monotype corsiva;
}
.Style6 {color: #FFFFFF; font-size: 18px; font-family: "Times New Roman", Times, serif; }
.Style8 {color: #FFFFFF; font-size: 18px; font-family: "Courier New", Courier, monospace; }
.Style10 {color: #FFFFFF; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; }
-->
</style>
</head>
<body>
<table width="98%" height="160" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#FF0000"><span class="Style6">exemple1</span></td>
<td bgcolor="#666666"><span class="Style8">exemple2</span></td>
</tr>
<tr>
<td bgcolor="#00CC33"><span class="Style10">exemple3</span></td>
<td bgcolor="#0099FF"><span class="Style4">exemple4</span></td>
</tr>
</table>
Bonne journée ;)