asked on
<tr>
<label>
<td><input name="County" type="checkbox" value="1" > </td>
<td>Washington</td>
</label>
</tr>
ASKER
ASKER
<label><input type="checkbox" value="1" /></label>
<label for="myCheckbox">My Checkbox</label>
<input type="checkbox" id="myCheckbox" value = "1" />
HTML (HyperText Markup Language) is the main markup language for creating web pages and other information to be displayed in a web browser, providing both the structure and content for what is sent from a web server through the use of tags. The current implementation of the HTML specification is HTML5.
TRUSTED BY
<input id="chkCountry" type="checkbox" value="1" />
<label for="chkCountry">Country</