<div> 和<span>是没有语义的!
<div>
<span>
它们就是一个盒子,用来装饰内容的。
<div>标签用来布局,但是现在一行只能放一个<div>。大盒子
<span>标签用来布局,一行上可以放多个<span>。小盒子