可以继承的样式大部分都是对字体的:
常用的例如:font-size , color , font-family , font-weight , text-align , text-indent , line-height 等,都是可以继承的,除此之外都是不可继承的。
还是我来告诉你吧!以下的都是可以被继承的,除了这些之外,其他的都不可被继承:文本相关属性:font-family,font-size,font-style,font-variant,font-weight,font,letter-spacing,line-height,text-align,text-indent,text-transform,word-spacing列表相关属性:list-style-image,list-style-position,list-style-type,list-style还有一个属性比较重要,color属性。没有指明的话都是继承的不过对于每个元素,浏览器都是提前定义过样式的
所以div会换行而span不会,因为它们的display属性分别被浏览器定义为了block和inline