English
<!-- Add the following code to the <body> area --> <!-- web http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs- -> <!--Script description: Add the following code to the <body> area and look at the selection box below. It seems there is no difference. The subtlety is that you no longer have to click within the box to select an item, just select the text. If you don’t believe me, give it a try. --> <form> <label for="check1">Come here often</label> <input type="CHECKBOX" id="check1" value="often" name="checkoften"> <label for="check2 ">Come and see occasionally</label> <input type="CHECKBOX" id="check2" value="seldom" name="checkseldom"> </form>