图标,空格,大小尖括号,段落,换行,标题,div白板,span白板
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<a href="http://www.baidu.com">这里是一个链接</a>
<!--#插入链接-->
<p>213333333333333<br/>333333333333333333</p>
<!--#p代表段落,br代表换行-->
<h1>xiaoming</h1> <!--#标题-->
<h2>12344</h2>
<h3>123123123</h3>
<h4>2312333</h4>
<h5>123123</h5>
<h6>xiaohong</h6>
<span>这个是块级标签白板</span> <!--白板-->
<div>1</div>
<div> <!--标签嵌套-->
<div></div>
<span></span>
<p>
<div>1212</div>
</p>
</div>
</body>
</html>
213333333333333
333333333333333333
xiaoming
12344
123123123
2312333
123123
xiaohong
asd
asd asd asd asd asd
1
2
3
1212

浙公网安备 33010602011771号