html-簡單的簡歷表製做

代碼以下:html

<!DOCTYOE html>
<html>
	<head>
		<meta charset='UTF-8'/>
		<title>課後做業</title>
		
	</head>
	<body>
		<h1>我的簡歷<h1>
		<table width='500' border='1' cellspacing='0' cellpadding='0' height='500'>
			<caption>個人我的簡歷</caption>
			<tr>
				<th>姓名</th>
				<th>劉華</th>
				<th colspan='2'>性別</th>
				
				<th>男</th>
				<th rowspan='5'></th>
			</tr>
			<tr align='center'>
				<th>民族</th>
				<th>漢族</th>
				<th colspan='2'>年齡</th>
				
				<th>26歲</th>
				
			</tr>
			<tr align='center'>>
				<th>政治面貌</th>
				<th>團員</th>
				<th colspan='2'>身高</th>
				
				<th>175cm</th>
				
			</tr>
			<tr align='center'>>
				<th>學歷</th>
				<th>大專</th>
				<th colspan='2'>戶籍</th>
				
				<th></th>
				
			</tr>
			<tr align='center'>>
				<th>駕駛證</th>
				<th>C1</th>
				<th colspan='2'>畢業時間</th>
				
				<th>2011.07.28</th>
				
			</tr>
			<tr align='center'>>
				<th>通信地址</th>
				<th colspan='3'>廣州市</th>
				
				
				<th>郵編</th>
				<th>510310</th>
				
			</tr>
			<tr align='center'>>
				<th>QQ</th>
				<th>522129395</th>
				<th>手機</th>
				<th></th>
				
				
				<th>E-mail</th>
				<th>@126.com</th>
			</tr>
			<tr align='center'>>
				<th>愛好特長</th>
				<th colspan='5'>唱歌 打球 彈吉他 聽音樂 汽車</th>	
			</tr>
			<tr>
				<th colspan='6'>教育經歷:<br/>1995年9月至2001年7月:金城江第六小學;<br/>2001年9月至2003年3月:池河市第五中學;<br/>2003年3月至2005年7月:河池市六圩中學;<br/>2005年9月至2008年7月:河池市金茂高級中學<br/>2008年9月至2011年6月:經濟管理幹部學院</th>
			</tr>
		</table>
	</body>
	
</html>
相關文章
相關標籤/搜索