Chcę aby logo było hiperłączem do str. głównej:
Jak przerobić ten kod by validator nie wywalał błędów??:
Kod
# Line 18, Column 20: document type does not allow element "a" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
<a href="index.php"><div class="logo"> </div></a>
# Error Line 18, Column 38: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag.
<a href="index.php"><div class="logo"> </div></a>
<a href="index.php"><div class="logo"> </div></a>
# Error Line 18, Column 38: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag.
<a href="index.php"><div class="logo"> </div></a>