HTML5 Validation Error: body start tag seen but an element of the same type was already open

Possibly it’s because:

<div id="wrapFix">

<div id="drawLogo1">
    <div id="drawLogo2">
        <img src="http://genesispetaluma.com/img/logoNew.png" alt="Genesis Fitness G stylelogo">
    </div>
</div> <!-- end of drawLogo1 -->

Is between your closing head tag and opening body tag. I.e. lines 81-87

Leave a Comment