Currently, my form looks like this:
<label for="comment">Comment:</label>
<textarea name="comment" id="comment" rows="6" cols="20"></textarea><br />
<label for="checker">Check the box:</label>
<input type="checkbox" name="checker" id="checker" value="ON" />
Should these then be converted to <dt>
/<dd>
since they're somewhat definition lists, or am I taking this too far?