Home > Web Front-end > HTML Tutorial > CSS默认可继承样式 - 小火柴的蓝色理想

CSS默认可继承样式 - 小火柴的蓝色理想

WBOY
Release: 2016-05-20 13:49:09
Original
1223 people have browsed it

前面的话

  一直想总结出一份可继承样式的列表。常听说,颜色和字体是可继承的,盒模型样式是不可继承的,但其他样式呢?本文内容包括所有可继承的样式

  [注意]关于样式的详细信息移步至此

 

常用可继承样式

<span style="color: #000000;">color
cursor
direction
font
letter-spacing
line-height
list-style
text-align
text-indent
text-shadow
text-transform
white-space
word-break
word-spacing
word-wrap
writing-mode</span>
Copy after login

 

不常用可继承样式

<span style="color: #000000;">caption-side
empty-cells
text-combine-upright
text-orientation
text-rendering
text-underline-position
widows</span>
Copy after login

 

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template