Im getting the following error on the code below "document type does not
allow element "h3" here; missing one of "object", "ins", "del", "map",
"button" start-tag "
<h2>Importanc e
<h3>
<input type="radio" name="importanc e" value="1" />1
<input type="radio" name="importanc e" value="2" />2
<input type="radio" name="importanc e" value="3" />3
</h3>
</h2>
Any Help? This is my only error.
Thanks
Mike
allow element "h3" here; missing one of "object", "ins", "del", "map",
"button" start-tag "
<h2>Importanc e
<h3>
<input type="radio" name="importanc e" value="1" />1
<input type="radio" name="importanc e" value="2" />2
<input type="radio" name="importanc e" value="3" />3
</h3>
</h2>
Any Help? This is my only error.
Thanks
Mike
Comment