10.商城註冊做業

<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&copyrightBookStore All Rights RESERVED
					</td>
				</tr>
			</table>
		</div>
		
		<table width="100%">
			<tr>
				<td></td>
			</tr>
		</table>
	</body>
</html>
相關文章
相關標籤/搜索