Form Labels

Description

This page is work in progress. There will be more techniques to associated form labels. Please note that elements shown in this examples are non functional.

Example





Code


<label for="first name">First name:</label>
<input type="text" name="firstname" id="firstname" />
<input type="checkbox" id="markuplang" name="computerskills" checked="checked">
<label for="markuplang">HTML</label>
<input type="button" name="Submit" value="submit">