CSS 中的all 属性是速记属性,用于将所有元素值设置为其初始值或继承值,或者在某些情况下用于将值设置为另一个电子表格来源。此属性用于重置文档中的所有 CSS 属性。
句法:
all: initial|inherit|unset|revert;
属性值:
initial:该属性用于将所有属性设置为其默认值。
- 句法:
all: initial;
- 例子:
html
CSS all property
GeeksforGeeks
all property
html
All Property
GeeksforGeeks
all property
html
CSS all property
GeeksforGeeks
all property
html
CSS all property
GeeksforGeeks
all Property
- 输出:
GeeksforGeeks all property
- 句法:
all: inherit;
- 例子:
html
All Property
GeeksforGeeks
all property
- 输出:
GeeksforGeeks all property
- 句法:
all: unset;
- 例子:
html
CSS all property
GeeksforGeeks
all property
- 输出:
GeeksforGeeks all property
- 句法:
all: revert;
- 例子:
html
CSS all property
GeeksforGeeks
all Property
- 输出:
-
- 铬 37.0
- 火狐 27.0
- 歌剧 24.0
- Safari 9.1