第一章内容
第二章内容
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<a href="http://www.baidu.com.cn" target="_blank">
百度
</a>
<a href="#i1">第一章</a>
<a href="#i2">第一章</a>
<div id="i1" style="height: 320px">第一章内容</div>
<div id="i2" style="height: 320px">第二章内容</div>
<a href="http://www.oldboyedu.com">
<img src="1.jpg" title="美女" style="height : 180px;width: 200px">
</a>
</body>
</html>