Horst-Martin Schwarz: validierungs Fehler

Beitrag lesen

Bei der Validierung meiner Seite habe ich folgende Fehlermeldung erhalten, die ich nicht verstehe:

Below are the results of attempting to parse this document with an SGML parser.

1. Line 16, column 3: document type does not allow element "H2" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag

<h2>Für Windows XP</h2>
     ^

Betrifft:
  1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   2: <html>
   3: <head>
   4:   <meta http-equiv="content-type"
   5:  content="text/html; charset=ISO-8859-15">
   6:   <title>Miniaturansicht dauerhaft speichern- Horst-Martin Schwarz</title>
   7: </head>
   8: <body vlink="#ff0000" alink="#000088" link="#0000ff"
   9:  style="color: rgb(255, 255, 255); background-color: rgb(51, 0, 51);">
  10: <div style="text-align: center;"><a href="index.html"
  11:  style="color: rgb(51, 51, 255);">Zurück</a><br>
  12: </div>
  13: <h1 style="color: rgb(255, 0, 0); text-align: left;">Miniaturansicht
  14: dauerhaft speichern - Tipp von [ MVP] Sven Maehl</h1>
  15: <span style="color: rgb(255, 0, 0);">                          
  16: <h2>Für Windows XP</h2>

Was mus ich da ändern?