You are on page 1of 1

20/ 06/ 2011

<html>
<head>
<title>Page rose</title>

</head>
<body style="background-color: red">

<img src="rose.jpg" alt="ma fleur prfre" border="1" height="152" width="204">


<br>
<br>
<table style="text-align: center" border="1" width="50%">
<tr>
<th>NOM</th>
<th>COULEUR</th>
<th>SYMBOLE</th>
</tr>
<tr>
<td>lilas</td>
<td>violet</td>
<td>amiti</td>
</tr>
<tr>
<td>tournesol</td>
<td>jaune</td>
<td>joie</td>
</tr>
<tr>
<td>rose</td>
<td>rouge</td>
<td>amour</td>
</tr>
<tr>
</tr>
</table>
<br>
<a href="http://www.google.fr">
Lien vers Google
</a>
</body></html>

You might also like