Ich habe meine Seite https://die-schreibmaus.de mal mit dem HTML-Validator auf https://validator.w3.org/nu/ überprüft.
Insgesamt findet er 810 Fehler, aber nur 3 verschiedene Fehlertypen:
1.
2.Error: Attribute width not allowed on element source at this point.
From line 555, column 1; to line 555, column 172
<picture>?<source srcset="assets/images/9/sm_schriftzug-4a82f319.webp 750w, assets/images/b/sm_schriftzug-cf377eb5.webp 375w" sizes="750px" type="image/webp" width="750" height="80">?<img
Attributes for element source:
Global attributes
type — Type of embedded resource
src (in video or audio) — Address of the resource
srcset (in picture) — Images to use in different situations, e.g., high-resolution displays, small monitors, etc.
sizes (in picture) — Image sizes for different page layouts
media (in picture) — Applicable media
width (in picture) — Horizontal dimension
height (in picture) — Vertical dimension
und 3.Error: The itemprop attribute was specified, but the element is not a property of any item.
From line 36, column 26; to line 36, column 70
ve first"><strong class="active first" itemprop="name">starts
Bei 2. und 3. moniert er jeweils die Verwendung von itemprop="name" und itemprop="url".Error: The itemprop attribute was specified, but the element is not a property of any item.
From line 37, column 21; to line 37, column 94
"sibling"><a href="aktuelles.html" title="aktuelles" class="sibling" itemprop="url"><span
Kann ich den Code irgendwie optimieren oder so ändern, dass ich möglichst keine Fehlermeldungen mehr bekomme?
Kann ich das händisch machen, oder gibt es dafür Tools? Ich kenne mich mich HTML leider überhaupt nciht aus.