<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<script>aleert ("嘿嘿")</script>
</head>
<body>
<div style="width: 200px;height: 200px;background:red ">
<p>hellow</p>
</div>
<p style="width: 200px;height: 200px;background:green ">
<div style="width: 200px;height: 200px;background:blue ">
hellow
</div>
</p>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<a href="http://www.baidu.com">百度</a>
<br>
<a href="http://www.baidu.com" title="self">百度</a>