Secondo voi questa porzione di testata che cosa ha che non và ?
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Pagina di prova</title>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1" />
<link href="file.css" type="text/css" rel="stylesheet" media="screen" />
<link href="file2.css" type="text/css" rel="stylesheet" media="screen" />
</head>
<body>
<div>
Qualità
</div>
</body>
</html>
Con Opera e IE questo è il codice che si vede in output nel browser, mentre con Mozilla mi esce questo.
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
QualitÃ
Vedete gli errori che mi rimanda ?
La pagina è formato html,con Mozilla Firefox ci sono questi errori perchè ?