HTML 4.0 has intereduced a rarly used feature, which I consider to be very useful. Only one professional pages like Google or Wikipedia I have seen it so far. It allows users to click on label for an input field instead of the input field, especially for checkboxes and radio buttons this is very useful.
Example:
<td><input type="checkbox" name="disable_bbcode" id="disable_bbcode" /></td>
<td class="gen"><label for="disable_bbcode">Disable BBCode</label></td>
Now the user can click on the Text "Disable BBCode" instead of aiming for the tiny checkbox. Try it here: http://en.wikipedia.org/w/index.php?tit ... rnto=PhpBB" target="_blank
I know, you will write something like "you can modify that very easily in your template", but that is only true for my board (where I will edit the template for sure!


It will also help screen readers for visually impaired people. Thanks!
iGEL