Jag tänkte att jag skulle testa det här med XHTML. Men när jag skulle validera ett testdokument så fick jag fel även på kod, som jag inte hittat någonstans att XHTML inte stödjer. Troligen är det tidigare HTML-versioner som "tagit bort" dessa attribut. Problemet är att jag inte vet något sätt att ersätta dessa "livsnödvändiga" attribut.
Det vore schysst om någon kunde länka till sida med information om saken eller själv säga vad jag ska ersätta följande attribut med:
<body leftmargin="25" marginwidth="25" bgcolor="#10A5ff">
Error: there is no attribute "leftmargin" for this element (in this HTML version)
Error: there is no attribute "marginwidth" for this element (in this HTML version)
Error: there is no attribute "bgcolor" for this element (in this HTML version)
<tr height="30">
Error: there is no attribute "height" for this element (in this HTML version)
<td colspan="4" width="730" valign="top" bgcolor="#10A5ff">
Error: there is no attribute "width" for this element (in this HTML version)
Error: there is no attribute "bgcolor" for this element (in this HTML version)
<td colspan="4" bgcolor="#10A5FF" background="top1.gif">
Error: there is no attribute "background" for this element (in this HTML version)
<script type="text/javascript" language="JavaScript">
Error: there is no attribute "language" for this element (in this HTML version)
<p align="left" style="margin-top: 10">
Error: there is no attribute "align" for this element (in this HTML version)
<center>Copyright © 2002 - ...
Error: element "center" not defined in this HTML version