display、border、margin和padding属性是不继承的。
行内元素有:head meat title lable span br a style em b i strong
块级元素有:body form select textarea h1-h6 html table button hr p ol ul dl center div
行内块元素常见的有: img input td
详细属性参考这位大佬的博客,没错我是白嫖党:
https://www.cnblogs.com/Dearmyh/p/9745793.html
https://www.cnblogs.com/stfei/p/9084915.html
常见的文本标签:
https://www.cnblogs.com/qq3069418554/p/8967736.html
单独说明一下:transform属性只移动位置,不脱离标准流
background属性可以添加给文本级标签如a 和li