004_h.html

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>h</title>
</head>
<body>
<h1>liujun</h1>
<h2>liujun</h2>
<h3>liujun</h3>
<h4>liujun</h4>
<h5>liujun</h5>
<h6>liujun</h6>
</body>
</html>


<!-- block tag : The contents of the element will occupy the entire line -->
<!-- inline tag : The contents of the element will just occupy it's length -->

猜你喜欢

转载自www.cnblogs.com/liujun5319/p/9657880.html
004
今日推荐