Bonjour ,
j'ai ce code là concernant HTML :
c'est ok dans chrome nok pour le firefox
Merci en avance
j'ai ce code là concernant HTML :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>
<meta charset="utf-8">
</title>
</head>
<body>
<ol type=I>
<li><strong> Ecole Primaire </strong> </li>
<ul type="disc">
<li>SINA</li>
<li>AL</li>
</ul>
<li><strong> Ecole Secondaire </strong> </li>
<ul>
<li>MI</li>
<li>LE</li>
</ul>
<li><strong> Qualifiant </strong> </li>
<ul type="square">
<li>HEC</li>
<li>YoNG</li>
</ul>
<li><strong> Univérsite </strong> </li>
<ul type="square">
<li>ESF</li>
</ul>
</ol>
</body>
</html>
c'est ok dans chrome nok pour le firefox
Merci en avance