SOURCE

console 命令行工具 X clear

                    
>
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%;
				 /*background-position:80% 95%*/
				 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>
	<!--center-->
		<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><img src="悟饭.png" height="200" width=""></img></th> -->
				<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>
	<!--/center-->
	<br><HR>
	<div>
		作者:熊雄 &#8195;&#8195;学校:文华学院 &#8195;&#8195;个人邮箱:3467439579@qq.com
		<br>csdn:cprimesplus
	</div>
	
</body>
</html>