<html> <head> <title>bookStore 商城-商品信息展示</title> </head> <body> <!-- head 一行两列的表格--> <div id="head"> <table width="100%"> <tr> <td> <img src="images/case1/logo.png" alt="图书商城"/> </td> <td align="right""> <img src="images/case1/cart.gif" alt="购物车"/> 购物车 | 帮助中心 | 我的账户 | 新用户注册 </td> </tr> </table> </div> <!-- menu 一行一列的表格--> <div id="menu"> <table width="100%" bgcolor="#1c3F09"> <tr align="center"> <td> <a><font color="#fff">文学</font></a> <a><font color="#fff">文学</font></a> <a><font color="#fff">文学</font></a> <a><font color="#fff">文学</font></a> <a><font color="#fff">文学</font></a> <a><font color="#fff">文学</font></a> <a><font color="#fff">文学</font></a> <a><font color="#fff">文学</font></a> <a><font color="#fff">文学</font></a> <a><font color="#fff">文学</font></a> <a><font color="#ff0">显示全部商品目录</font></a> </td> </tr> </table> </div> <!-- search 一行一列的表格 --> <div id=""> <table width="100%" bgcolor="#B6B684"> <tr align="right"> <td> search <input type="text"/> <input type="button" value="搜索"/> </td> </tr> </table> </div> <!-- content --> <div id="content"> <table align="center" bgcolor="#FFFFF4" width="60%"> <tr> <td> <h1>新会员注册</h1> <table align="center"> <tr> <td align="center">会员邮箱:</td> <td> <input type="text"/> </td> <td align="center">请输入有效的邮箱地址</td> </tr> <tr> <td align="center">会员名:</td> <td> <input type="text"/> </td> <td align="center">用户名至少六位</td> </tr> <tr> <td align="center">密码:</td> <td> <input type="text"/> </td> <td align="center">密码至少六位</td> </tr> <tr> <td align="center">重复密码:</td> <td> <input type="text"/> </td> </tr> <tr> <td align="center">性别</td> <td> <input type="radio" name="sex"/>男 <input type="radio" name="sex"/>女 </td> <td></td> </tr> <tr> <td align="center">联系电话</td> <td> <input type="text"/> </td> </tr> <tr> <td align="center">个人介绍</td> <td> <input type="text"/> </td> </tr> </table> <h1>注册校验</h1> <table align="center"> <tr> <td align="center">输入校验码</td> <td> <input type="text"/> </td> </tr> <tr> <td colspan="2" align="right"> <img src="images/case2/call.jpg" alt="验证码"/> </td> <td> <a href="">看不清?换一张</a> </td> </tr> <tr> <td align="center" colspan="3"> <input value="同意并提交" style="background:orange;height:30px;width:100px;text-align:center;" /> </td> </tr> </table> </td> </tr> </table> </div> <!-- foot 两行两列的表格--> <div id="foot"> <table width="100%" bgcolor="#EFEEDC"> <tr> <td rowspan="2" align="center"> <img src="images/case1/logo.png" alt="图书商城"/> </td> <td>CONTACT US</td> </tr> <tr> <td> copyright 2008©rightBookStore All Rights RESERVED </td> </tr> </table> </div> <table width="100%"> <tr> <td></td> </tr> </table> </body> </html>
时间: 2024-10-23 17:01:07