简单尝试一个页面(两年前所写)
百度首页
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>hm制作的网页1</title>
<style type="text/css">
.word {
font-size:13px;
font-weight:bold;
font-color:black;
word-spacing:20px
}
</style>
</head>
<body>
<p >
<a href=https://www.nuomi.com/?cid=002540 class="word">糯米</a>
<a href=http://news.baidu.com/ class="word">新闻</a>
<a href=https://www.hao123.com/ class="word">hao123</a>
<a href=http://map.baidu.com/ class="word">地图</a>
<a href=http://v.baidu.com/ class="word">视频</a>
<a href=http://tieba.baidu.com/ class="word">贴吧</a>
<a href=11 class="word">登录</a>
<a class="word">设置</a>
<a class="word">更多产品</a>
</p>
<br />
<p >
<img src="1.png" />
</p>
<p >
<img src="2.png" />
</p>
</body>
</html>
2.双宋结婚(尝试插入音乐)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>hm制作的网页2</title>
</head>
<body background="background.jpg">
<h1>NO.1</h1>
<br />
<hr />
<br />
<h2>NO.2</h2>
<p >
今天是个好日子<br />
宋仲基与宋慧乔完婚<br />
<img src="双宋结婚.jpg" width="600" height="400" /><br />
<div position="absolute" left="20px" bottom="20px">
<EMBED src="今天你要嫁给我.mp3" autostart="true" loop="-1" width="200"height="50" controls=“console" />
</div>
</p>
</body>
</html>