html---个人简历

html-----个人简历示例代码

本文中图片链接可自行更改

<!DOCTYPE html>
<html lang="zh">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<meta http-equiv="X-UA-Compatible" content="ie=edge">
	<title>个人简历</title>
</head>
<body topmargin="0">
	
	<table  cellpadding="0" cellspacing="0" border="0" width="800" height="800" align="center">
		<tr>
			<td  bgcolor="gainsboro" width="260" valign="top">
				<table border="0" width="200" cellpadding="0" cellspacing="0" align="center">
					<tr>
						<td height="100" ></td>
					</tr>
					<tr>
						<td align="right"><img src="images/html03.png" alt="人物头像" ></td>
					</tr>
					<tr>
						<td align="right">xxxx</td>
					</tr>
					<tr>
						<td align="right">1234543245@qq.com</td>
					</tr>
					<tr>
						<td align="right">1234343564</td>
					</tr>
				</table>
				
			</td>
			<td width="60">
				
			</td>
			<td width="480" valign="top">
				<table width="480" border="0" cellpadding="0" cellspacing="0">
					<tr>
						<td height="70"></td>
					</tr>
					<tr>
						<td align="right"><img src="images/html04.png" ></td>
					</tr>
				</table>
				<br>
				<hr >
				<br>
				
				
				<table  width="480" height="200" border="0" cellpadding="0" cellspacing="0">
					<tr>
						<td colspan="2"><b>个人基本情况</b></td>
					</tr>
					<tr>
						<td><b>性别:男</b></td>
						<td><b>籍贯:</b>  </td>
					</tr>
					<tr>
						<td><b>身高 </b></td>
						<td><b>体重 </b></td>
					</tr>
					<tr>
						<td><b>出身日期</b></td>
						<td><b>现居地址</b></td>
					</tr>
					<tr>
						<td><b>民族 </b></td>
						<td><b>专业 </b></td>
					</tr>
					<tr>
						<td><b>姓名	</b></td>
						<td><b>爱好	</b></td>
					</tr>
				</table>
				<br>
				
				<table width="480" height="100" border="0" cellpadding="0" cellspacing="0">
					<tr>
						<td><b>教育经历</b></td>
					</tr>
					<tr>
						<td>xxxxxxxxxxxx</td>
					</tr>
					<tr>
						<td>xxxxxxxxxxxxxxxxxxxxxxxxxxxxx</td>
					</tr>
				</table>
				<br>
				<table width="480" height="100" border="0" cellpadding="0" cellspacing="0">
					<tr>
						<td><b>实习经历</b></td>
					</tr>
					<tr>
						<td>xxxxxxxxxxxx</td>
					</tr>
					<tr>
						<td>xxxxxxxxxxxxxxxxxxxxxxxxxxxxx</td>
					</tr>
				</table>
				
			</td>
			<td width="30">
				
			</td>
		</tr>
	</table>
</body>
</html>
发布了35 篇原创文章 · 获赞 2 · 访问量 915

猜你喜欢

转载自blog.csdn.net/qq_43766304/article/details/104658221