I'm using a 4.01 strict dtd.
Some sources I read say divs in a fieldset are not valid. Or do they mean, specifically a div can't be the first child element, because a legend needs to be the first child?
So is this valid:
?Code HTML4Strict:<fieldset> <legend>Shipping Information</legend> <div> <label for="name">Name:</label> <input type="text" id="name" name="name" /> </div> </fieldset>





Bookmarks