• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Probleme mit dem W3C Validator

skyhy

Neues Mitglied
Hey Community,
ich habe ein kleines Problem beim validieren meiner Webseite.
Der W3C Validator spuckt folgende Fehlermeldung aus:

Sorry, I am unable to validate this document because on line 1 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.
The error was: Modification of a read-only value attempted

Zeile 1 besagt ja nur
Code:
<!DOCTYPE html>

Was genau ist jetzt das Problem?
Danke schon mal im Voraus
 
Ich tippe mal auf BOM (Byte Order Mark), ein Unicode-Steuerzeichen zur Kennzeichnung der Byte-Reihenfolge in Textdateien. Verwende einen Editor, der die Dateien im UTF-8-Format ohne BOM speichert.
 
Zurück
Oben