1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
| <html>
<head>
<title>Texte du titre</title>
</head>
<body>
<h1><center><img src="titre_panne.bmp"></center></h1>
<table>
<tr><td><map name="voiture">
<area shape="rect" coords="10,100,25,108" onClick="">
<area shape="rect" coords="163,98,180,109">
<area shape="rect" coords="21,126,51,141">
<area shape="rect" coords="141,126,167,141">
<area shape="rect" coords="246,99,263,108">
<area shape="rect" coords="401,99,417,109">
<area shape="rect" coords="258,120,287,133">
<area shape="rect" coords="379,118,404,134">
<area shape="rect" coords="48,460,128,567">
</map>
<p><img src="voiture.jpg" width="453" height="600" border="0" alt="voiture" usemap="#voiture"></p></td>
<td><textarea name="Panne" cols="80" rows="30"></textarea></td></tr></table>
</body>
</html> |
Partager