Home >Web Front-end >HTML Tutorial >表单 - 唐枫

表单 - 唐枫

WBOY
WBOYOriginal
2016-05-21 08:35:02997browse
<body topmargin="50" leftmargin="50" background="0408/1234.jpg">
<a href="http://www.baidu.com"><img  src="0408/timg.jpg"    style="max-width:90%"  style="max-width:90%" alt="表单 - 唐枫" ></a>
<form>
<table align="left">
<tr height="40">
<td width="100">邮箱:</td><td><input type="text" /></td></tr>
<tr><td></td><td>需要通过邮箱激活账户</td></tr>
<tr height="40">
<td width="100">登录用户名:</td><td><input type="text" /></td></tr>
<tr><td></td><td>仅在登录时使用 不少于4个字符</td></tr>
<tr height="40">
<td width="100">显示昵称:</td><td><input type="text" /></td></tr>
<tr><td></td><td>不少于2个字符</td></tr>
<tr height="40">
<td>密码:</td><td><input type="password" /></td>
<tr height="40">
<td>确认密码:</td><td><input type="password" /></td>
<tr><td></td><td>至少8位 必须包含字母、数字、特殊字符</td></tr>
<tr><td>性别:</td><td><input type="radio" name="性别" checked="checked" />男<input type="radio" name="性别" />女</td></tr>
<tr height="90"><td>喜好:</td><td><input type="checkbox" name="喜好" />音乐<select name="音乐" size="1"><option>轻音乐</option><option>重金属</option><option><font face="华文彩云">现代流行</font></option><option>古典音乐</option></select><br />
<input type="checkbox" name="喜好"/>运动<select name="音乐" size="1"><option>乒乓球</option><option>蓝球</option><option>爬山</option><option>自行车</option></select><br />
<input type="checkbox" name="喜好"/>美食<select name="音乐" size="1"><option>中国菜</option><option>法式西餐</option><option>韩国烧烤</option><option>日本寿司</option></select></td></tr>
<tr><td></td><td><input type="reset"/><input type="submit" value="提交"/><a href="个人简历.html"><input type="button" value="提交并登陆"/></a><input type="image" src="0408/timg.jpg" height="30"/></td></tr>
</table>
</form>
</body><br /><br />

  

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn