HTML and CSS Reference
In-Depth Information
</tr>
<tr>
<td>First Name:
</td>
<td>
<input type="text" id="firstNameText" maxlength="50"/>
</td>
</tr>
<tr>
<td>Last Name:
</td>
<td>
<input type="text" id="lastNameText"/>
</td>
</tr>
<tr>
<td>
Your favorite website:
</td>
<td>
<input type="url"/>
</td>
</tr>
<tr>
<td>
Your age in years:
</td>
<td>
<input type="number"/></td>
</tr>
<tr>
<td>
What colors have you colored your hair:
</td>
<td>
<input type="checkbox" id="chkBrown" checked="checked"/>
Brown
<input type="checkbox" id="chkBlonde"/>
Blonde
<input type="checkbox" id="chkBlack"/>
Black
<input type="checkbox" id="chkRed"/>
Red
<input type="checkbox" id="chkNone"/>
None
</td>
</tr>
<tr>
<td>Rate your experience:
</td>
<td>
<input type="radio" id="chkOne" name="experience"/>
1 - Very Poor
<input type="radio" id="chkTwo" name="experience"/>
2
Search WWH ::




Custom Search