Visualizzazione dei risultati da 1 a 2 su 2
  1. #1
    Utente di HTML.it
    Registrato dal
    Feb 2005
    Messaggi
    1,150

    [W3C] Validazione del DOCTYPE

    Ciao a tutti,
    non so se sono nella sezione giusta, ma nel caso spostatemi pure.

    Sto validando un mio sito a "HTML 4.01 Strict" e dopo aver verificato e corretto tutti gli errori mi rimane questo warning

    Warning DOCTYPE Override in effect!

    The detected DOCTYPE Declaration "<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//IT">" has been suppressed and the DOCTYPE for "HTML 4.01 Strict" inserted instead, but even if no errors are shown below the document will not be Valid until you update it to reflect this new DOCTYPE.
    e chiaramente in testa al file ho

    Codice PHP:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//IT"
    Non riesco a capire dove sta l'errore e quindi come risolverlo.

    Grazie per qualsiasi suggerimento.

  2. #2
    Utente di HTML.it
    Registrato dal
    Feb 2005
    Messaggi
    1,150
    Ho risolto da solo, così

    Codice PHP:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"
    Cioa ciao

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 © 2025 vBulletin Solutions, Inc. All rights reserved.