[HTML compliant] skoi le problème avec mon <head> ?

skoi le problème avec mon <head> ? [HTML compliant] - HTML/CSS - Programmation

Marsh Posté le 05-04-2003 à 17:30:22    

Je ne comprend pas d'où vient le problème. Ça a l'air d'un truc tout bete pourtant. :/
 
Line 9, column 6: end tag for element "HEAD" which is not open (explain...).  
  </head>
        ^
 
Line 10, column 18: document type does not allow element "BODY" here (explain...).  
  <body class=marges>
                    ^

Code :
  1. 1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2.    2:  "http://www.w3.org/TR/html4/loose.dtd">
  3.    3:
  4.    4: <html>
  5.    5: <head>
  6.    6: <link rel="stylesheet" type="text/css" href="css/styles.css">
  7.    7: <title>taiste</title>
  8.    8: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  9.    9: </head>
  10.   10: <body class=marges>
  11.   11: <table width="752" border="0" cellpadding="0" cellspacing="0">
  12.   65: </table>
  13.   66: </body>
  14.   67: </html>


Message édité par parappa le 05-04-2003 à 17:30:45

---------------
DU LINO DE BATARD IMITATION CARREAUX DE CIMENTS ILLEGITIMES§§§
Reply

Marsh Posté le 05-04-2003 à 17:30:22   

Reply

Marsh Posté le 05-04-2003 à 17:52:23    

Merci. :)
 
Comment se fait-il que mes balises <IMG ... /> ne posent pas de problème à ce moment-là ?


---------------
DU LINO DE BATARD IMITATION CARREAUX DE CIMENTS ILLEGITIMES§§§
Reply

Marsh Posté le 05-04-2003 à 17:58:30    

parappa a écrit :

Je ne comprend pas d'où vient le problème. Ça a l'air d'un truc tout bete pourtant. :/
 
Line 9, column 6: end tag for element "HEAD" which is not open (explain...).  
  </head>
        ^
 
Line 10, column 18: document type does not allow element "BODY" here (explain...).  
  <body class=marges>
                    ^

Code :
  1. 1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2.    2:  "http://www.w3.org/TR/html4/loose.dtd">
  3.    3:
  4.    4: <html>
  5.    5: <head>
  6.    6: <link rel="stylesheet" type="text/css" href="css/styles.css">
  7.    7: <title>taiste</title>
  8.    8: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  9.    9: </head>
  10.   10: <body class=marges>
  11.   11: <table width="752" border="0" cellpadding="0" cellspacing="0">
  12.   65: </table>
  13.   66: </body>
  14.   67: </html>




 
mets des guillemets aussi après tes class

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed