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>邮箱:2120039596@qq.com</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

转载于:https://www.cnblogs.com/lmayw0314/p/10524943.html

  • 13
    点赞
  • 98
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
好的,下面是一个CSS和HTML个人简介示例,其中包含5个超链接,我以假设你的名字为张三为例: ```html <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>张三的个人简介</title> <style> body { font-family: Arial, sans-serif; background-color: #f2f2f2; margin: 0; padding: 0; } h1 { font-size: 36px; text-align: center; margin-top: 50px; } p { font-size: 18px; line-height: 1.5; margin: 20px; } a { color: #0066cc; text-decoration: none; } a:hover { text-decoration: underline; } </style> </head> <body> <h1>张三的个人简介</h1> <p>大家好,我叫张三,是一名河北师范大学的学生。我热爱学习和探索新的知识领域,目前正在学习计算机科学和技术。我对编程和数据分析特别感兴趣,希望未来能够成为一名优秀的程序员。</p> <p>以下是我的5个超链接,欢迎点击查看:</p> <ul> <li><a href="https://www.hebtu.edu.cn/">河北师范大学官网</a></li> <li><a href="https://www.github.com/">GitHub</a></li> <li><a href="https://www.coursera.org/">Coursera</a></li> <li><a href="https://www.kaggle.com/">Kaggle</a></li> <li><a href="https://www.linkedin.com/">LinkedIn</a></li> </ul> </body> </html> ``` 上述代码中,我添加了一个无序列表,其中包含5个超链接,分别指向河北师范大学官网、GitHub、Coursera、Kaggle和LinkedIn网站。你可以根据自己的需要修改这些链接,使它们指向你感兴趣的网站。希望对你有所帮助!
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值