initial
Baseline
Widely available
This feature is well established and works across many devices and browser versions. Itâs been available across browsers since 2015ë 11ì.
CSS initial í¤ìëë ìì±ì ì´ê¹ê°(기본ê°)ì ììì ì ì©í©ëë¤. ì´ê¹ê°ì ë¸ë¼ì°ì ê° ì§ì í©ëë¤. 모ë ìì±ìì ì¬ì©í ì ìì¼ë©°, allì ì§ì í ê²½ì° ëª¨ë CSS ìì±ì ì´ê¹ê°ì¼ë¡ ì¬ì¤ì í©ëë¤.
ì°¸ê³ :
ìì ìì±ì ì´ê¹ê°ì ììì¹ ëª»í ê°ì¼ ìë ììµëë¤. ë°ë¼ì, inherit, unset, revert í¤ìëì ì¬ì©ì ëì ê³ ë ¤í´ë³´ì¸ì.
ìì
HTML
html
<p>
<span>This text is red.</span>
<em>This text is in the initial color (typically black).</em>
<span>This is red again.</span>
</p>
CSS
css
p {
color: red;
}
em {
color: initial;
}
ëª ì¸
| Specification |
|---|
| CSS Cascading and Inheritance Level 4> # initial> |