HTML个人简介

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content=",">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>简历</title>

HTML设计个人简介部分:

</head>
<body>
<div>

<table width="800" align="center">
<tr>
<td align="center"style="font-family:STHupo;font-size:300%;color:red"><p><i>个人简历</p></i>
<hr width="1000" align="left">
<img src = "C:\Users\l\Desktop\p.jpg" width="110"height = "130" align="right">
</td>

</tr>
</table>

<table align="center" width= "800">
<tr>
<td style="color:red;font-family/;YouYuan"><b>姓名: 李萌</b></td>
<td width = "100" height = "60"></td>
<td style="color:red;font-family/;YouYuan"><b>性别: 女</b></td>
<td width = "100" height = "60"></td>
<td style="color:red;font-family/;YouYuan"><b>民族: 汉</b></td>
<td width = "100" height = "50"></td>
</tr>
<tr>
<td style="color:red;font-family/;YouYuan"><b>出生日期:1998.5.21</b></td>
<td width = "100" height = '50'</td>
<td style="color:red;font-family/;YouYuan"><b>电话:18597165157</b></td>
<td width = "100" height = "50"></td>
<td style="color:red;font-family/;YouYuan"><b>邮箱:[email protected]</b></td>
<td width = "100" height = "50"></td>
</tr>
<tr>
<tr>
<td style="color:red;font-family/;YouYuan"><b>年级:2017级</td></b>
<td width = "100" height = '50'</td>
<td style="color:red;font-family/;YouYuan"><b>班级:173班</td></b>
<td width = "100" height = "50"></td>
<td style="color:red;font-family/;YouYuan"><b>学号:1700802100</td></b>
<td width = "100" height = "50"></td>
</tr>
<tr>
<td style="color:red;font-family/;YouYuan"><b>专业:计算机</td></b>
<td width = "100" height = "50"></td>
<td style="color:red;font-family/;YouYuan"><b>院校:青海大学</td></b>
<td width = "100" height = "50"></td>
</tr>
</table>
<hr width="1000" align="center">
<table align="center" width= "800">
<tr>
<td style="color:red;font-family/;YouYuan"><b>个人经历:</b>大学生要有大学生的朝气,我们承载着希望,我很要有激情。学习之余要锻炼自己。积极参加活动。大学生要有大学生的朝气,我们承载着希望,我很要有激情。学习之余要锻炼自己。积极参加活动</td>
<td width="100"height = "50"></td>
<td style="color:red;font-family/;YouYuan"><b>兴趣爱好:</b>大学生要有大学生的朝气,我们承载着希望,我很要有激情。学习之余要锻炼自己。积极参加活动。大学生要有大学生的朝气,我们承载着希望,我很要有激情。学习之余要锻炼自己。积极参加活动。</td>
<td width="100" height = "50"></td>
</table>
<hr width="1000" align="center">
</hr>
</table>
</div>

音频视频部分:
<embed src="天份.mp3" hidden="false" autostart="true" loop="false">
<p>
<embed src="intro.mp4" autostart="false" width="300" height="500">
</p>
</body>

css加入背景图部分:

<style >

body {
border:50px;
border-radius:5px;


background-image:url("q1.jpg");
position:80px;
background-size:50% auto;
width:50%;
height:50%;
margin-left:auto;
margin-right:auto
}

</style>

</body>
</html>

网页链接:file:///C:/Users/l/Desktop/个人简介.html

猜你喜欢

转载自www.cnblogs.com/lmayw0314/p/10524943.html