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 -->

猜你喜欢

转载自www.cnblogs.com/liujun5319/p/9657885.html