1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
| <?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
<title></title>
<style type="text/css">
table {border-collapse:collapse;}
th, td {border:medium solid black; text-align:center; vertical-align:middle;}
th {width:125px; background-color:#E1E1E2;}
th.nob {width:250px; border-style:none; background-color:transparent;}
td {color:darkgreen;}
td.err {color:red;}
</style>
</head>
<body>
<table>
<tr><th class="nob"> </th><th>Attribut title</th><th>FF2.0</th><th>FF3.6.4</th><th>IE6</th><th>IE7</th><th>IE8</th></tr>
<tr><th><img src="http://www.developpez.net/template/images/logo.gif"
alt="texte du alt" /></th><th>non présent</th><td>rien</td><td>rien</td><td class="err">"texte du alt"</td><td class="err">"texte du alt"</td><td>rien</td></tr>
<tr><th><img src="http://www.developpez.net/template/images/logo.gif"
alt="texte du alt" title="texte du title" /></th><th>"texte du title"</th><td>"texte du title"</td><td>"texte du title"</td><td>"texte du title"</td><td>"texte du title"</td><td>"texte du title"</td></tr>
<tr><th><img src="http://www.developpez.net/template/images/logo.gif"
alt="texte du alt" title="" /></th><th>présent mais vide</th><td>rien</td><td>rien</td><td>rien</td><td>rien</td><td>rien</td></tr>
</table>
</body>
</html> |
Partager