console
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>个人主页设计</title>
<style type="text/css">
.paragraph { background-image: url(wufan.jpg);
background-repeat: no-repeat;
background-position:80% 50%;
filter:alpha(opacity:30); opacity:1;}
</style>
<style type="text/css">a {text-decoration: none}</style>
</head>
<body class="paragraph">
<div>
<center><h1>ACoder的个人主页</h1></center>
<marquee bgcolor="black" behavior="scroll">
<font color="white" size="+1">欢迎来到ACoder的个人主页!</font>
</marquee>
</div>
<div>
<h2 align="left">个人简历</h2>
<table border="2" bordercolor="black">
<caption>ACoder的个人简历</caption>
<tr>
<th rowspan="2" align="left"><img src="文华.jpg" height="200" width=""></img></th>
<th>姓名</th>
<td align="center">熊雄</td>
<th>性别</th>
<td align="center">男</td>
</tr>
<tr>
<th>政治面貌</th>
<td align="center">群众</td>
<th>出生日期</th>
<td align="center">2002-6-6</td>
</tr>
<tr>
<th colspan="5">兴趣爱好</th>
</tr>
<tr>
<td align="center">编程</td>
<td align="center">书法</td>
<td colspan="2" align="center">看武侠小说</td>
<td align="center">打羽毛球</td>
</tr>
<tr>
<th colspan="5">个人csdn博客</th>
</tr>
<tr>
<td colspan="5" align="center"><a href="https://mail.qq.com/">点击参观我的博客</a></td>
</tr>
</table>
</div>
<br>
<div>
<h2>友情链接</h2>
<a href="https://github.com/">github</a>
<a href="www.baidu.com">baidu</a>
<a href="https://mail.126.com/">126邮箱</a>
<a href="https://mail.163.com/">163邮箱</a>
<a href="https://mail.qq.com/">qq邮箱</a>
</div>
<br><HR>
<div>
作者:熊雄   学校:文华学院   个人邮箱:3467439579@qq.com
<br>csdn:cprimesplus
</div>
</body>
</html>