一、今日学习内容
<form action="">
<table align="center" height="400" style="margin: 0px auto;">
<tr>
<td colspan="3" rowspan="2" width="400"><img src="..//百度效果/images/logo_baidu.jpg" alt=""></td>
</tr>
<tr>
</tr>
<tr>
<th colspan="3" align="left">添加注册信息</th>
</tr>
<tr height="40">
<td align="right" width="150">邮箱:</td>
<td colspan="2"><input type="text" id="emiles"></td>
</tr>
<tr height="40">
<td align="right" width="150">密码:</td>
<td colspan="3"><input type="password" id="pwd"></td>
</tr>
<tr height="40">
<td align="right" width="150">确认密码:</td>
<td colspan="3"><input type="password" id="pwds"></td>
</tr>
<tr height="40">
<td align="right" width="150">验证码:</td>
<td><input type="text" id="yzm"></td>
<td><img src="..//百度效果/images/yz.jpg"><a href="#">注册用户</a></td>
</tr>
<tr height="40">
<td></td>
<td colspan="3"><input type="checkbox" id="check">我已阅读并接受<a href="#">《百度用户协议》</a></td>
</tr>
<tr height="40">
<td></td>
<!-- <td><input type="image" src="..//百度效果/images/button.jpg" id="zhuce"></td> -->
<td><input type="button" id="zhuce" value="提交"></td>
<td><input type="reset" value="重新填写"></td>
</tr>
</table>
</form>
<div id="zhezhao">
<div id="tishi">
<h4>提示信息</h4>
<p id="txted">提示文本</p>
<input type="button" id="btns" value="关闭">
</div>
</div>
|