Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    Validazione XHTML 1.0 Transitional

    Ho provato la validazione W3C e mi ha dato questo risultato:

    Validation Output: 6 Errors

    - XML Parsing Error ✉

    Line 221, column 6: XML Parsing Error: Opening and ending tag mismatch: body line 25 and div
    </div>

    Line 223, column 7: XML Parsing Error: Opening and ending tag mismatch: html line 4 and body
    </body>

    - end tag for element X which is not open ✉

    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

    If this error occurred in a script section of your document, you should probably read this FAQ entry.

    Line 221, column 5: end tag for element "div" which is not open
    </div>
    nei primi due casi mi dice che i tag non sono aperti o sbaglio? ma nel codice sono nel posto giusto...

    Help!

    Grazie
    Sevenumber

  2. #2
    Quell'errore è dovuto al fatto che non hai chiuso i tag nell'ordine corretto. Così a occhio credo che il tuo codice sia qualcosa di simile:

    codice:
    <html>
    <body>
    
    
    </div>
    </body>
    </html>
    Che è evidentemente sbagliato. Rileggi il codice e verifica che tutti gli annidamenti dei tag siano corretti.
    Sgro - Webmaster, programmazione c# e progettazione database.
    Non si forniscono soluzioni in privato.
    Non si fornisce la "pappa pronta".

  3. #3
    Post doppio
    Sgro - Webmaster, programmazione c# e progettazione database.
    Non si forniscono soluzioni in privato.
    Non si fornisce la "pappa pronta".

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.