在网页开发的时候使用div和span都可以,通常可以理解为没有什么区别。但注意的是div占用一行,span不会占用一行,内容占多大宽度,span就有多宽。

标签会自动换行,但不能。。。。

<div>与<span>_第1张图片
image.png

的例子:

在 后列出style类 :






London

London is the capital city of England. It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.

Standing on the River Thames, London has been a major settlement for two millennia, its history going back to its founding by the Romans, who named it Londinium.

<div>与<span>_第2张图片
image.png

的例子:




使用:

我的重要的标题

<div>与<span>_第3张图片
image.png

但是把别的标签嵌套了就不行但是

就行:
这也印证了这句话:

 元素是行内元素,能够用作文本的容器。```


我的重要的标题


你可能感兴趣的:(
)