Ankündigung

Einklappen
Keine Ankündigung bisher.

Validator

Einklappen

Neue Werbung 2019

Einklappen
X
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • #16
    Danke. Ok. Sorry, ich meinte das:
    Error Line 11 column 7: end tag for "head" which is not finished.

    </head>

    Most likely, You nested tags and closed them in the wrong order. For example

    [i]...</p> is not acceptable, as [i] must be closed before

    . Acceptable nesting is:

    ...</p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, <head> generally requires a <title>, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

    Kommentar


    • #17
      Letzte Frage: Was bedeutet das?
      This Page Is Tentatively Valid XHTML 1.0 Strict

      The uploaded document "index.html" was checked and found to be tentatively valid XHTML 1.0 Strict. This means that with the use of some fallback or override mechanism, we successfully performed a formal validation using an SGML or XML Parser. In other words, the document would validate as XHTML 1.0 Strict if you changed the markup to match the changes we have performed automatically, but it will not be valid until you make these changes.

      Kommentar


      • #18
        Zitat von BEGINNER-L
        Letzte Frage: Was bedeutet das?
        This Page Is Tentatively Valid XHTML 1.0 Strict

        The uploaded document "index.html" was checked and found to be tentatively valid XHTML 1.0 Strict. This means that with the use of some fallback or override mechanism, we successfully performed a formal validation using an SGML or XML Parser. In other words, the document would validate as XHTML 1.0 Strict if you changed the markup to match the changes we have performed automatically, but it will not be valid until you make these changes.
        Du hast keine Doctype-Angabe in deinem Dokument. Das Dokument WÄRE aber valides XHTML wenn da eine solche Doctype-Angabe wäre. Ergo: Doctype einfügen.
        [URL="https://www.quizshow.io/"]Create your own quiz show.[/URL]

        Kommentar


        • #19
          <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
          Ja, aber was ist dann das? Ist mein Doctype fehlerhaft? Vorhanden ist er ja.
          LG Lucas.

          Kommentar


          • #20
            Zitat von BEGINNER-L
            <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
            Ja, aber was ist dann das? Ist mein Doctype fehlerhaft?
            Ich weiß nicht wie dein Code aussieht und was fehlt.

            Vermutung: Dir viel fehlt noch irgendwo eine Angabe zum encoding (entweder im Dokument selbst [meta] oder als http-header) oder du hast beim Validator bei einem von den ulkigen drop-down-Feldern etwas ausgewählt, was SO nicht in deinem Dokument steht.
            [URL="https://www.quizshow.io/"]Create your own quiz show.[/URL]

            Kommentar


            • #21
              OK, problem gelöst. aber seitdem ich php eingefügt habe (include, ich will ja keine frames :wink: ) will er gar nicht mehr parsen. ich bin nicht text/plain wie er mir anfangs unterstellt hat ich bin "application/octet-stream" ( ) Oder liegt es daran, dass ich in den includeten files umlaute benutzt habe? Parst er die überhaupt mit? Lg Lucas.

              Kommentar


              • #22
                Zitat von BEGINNER-L
                OK, problem gelöst. aber seitdem ich php eingefügt habe (include, ich will ja keine frames :wink: ) will er gar nicht mehr parsen. ich bin nicht text/plain wie er mir anfangs unterstellt hat ich bin "application/octet-stream" ( )
                Dann schickt dein Server bei ".php"-Dateien falsche/upassende Header.
                "text/html" wäre richtig bzw. wenn du XHTML verwendest auch "application/xhtml+xml"
                [URL="https://www.quizshow.io/"]Create your own quiz show.[/URL]

                Kommentar

                Lädt...
                X