<input type="radio" name ="sex">→单选按钮
<input type="submit" name="submitbutton" value="注 册" />→按钮
<input type="text" name="username" value="" />→文本框
<label>用户名:</label>→标签
<input type="password" name="password" value="" />→密码框
<input type="button" name="btn1"/>
<textarea name="introduction"></textarea>→文本区域
<input type="checkbox" />→选择框
<input type="hidden"/>→隐藏域