005_span.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>span</title>
</head>
<body>
<span>hello</span>
<span>hello</span>
<span>hello</span>
<span>hello</span>
<span>hello</span>
<span>hello</span>
</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 -->
posted on 2018-09-16 22:42 langjitianyadaolao 阅读(81) 评论(0) 编辑 收藏 举报