이 문서는 아직 자원 봉사자들이 한국어로 번역하지 않았습니다. 함께 해서 번역을 마치도록 도와 주세요!
In an HTML document, CSS ID selectors match an element based on the contents of that element's id
attribute, which must match exactly the value given in the selector.
Syntax
#id_value { style properties }
Note this is equivalent to the following attribute selector
:
[id=id_value] { style properties }
Example
span#identified { background-color: DodgerBlue; }
<span id="identified">Here's a span with some text.</span> <span>Here's another.</span>
Specifications
Specification | Status | Comment |
---|---|---|
Selectors Level 4 The definition of 'ID selectors' in that specification. |
Working Draft | |
Selectors Level 3 The definition of 'ID selectors' in that specification. |
Recommendation | |
CSS Level 2 (Revision 1) The definition of 'ID selectors' in that specification. |
Recommendation | |
CSS Level 1 The definition of 'ID selectors' in that specification. |
Recommendation | Initial definition |
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | ? | ? | ? | ? | ? | ? |
문서 태그 및 공헌자
태그:
이 페이지의 공헌자:
Sebastianz,
cvrebert,
MusikAnimal,
SphinxKnight,
FredB,
lucas_kauz,
Sheppy,
ethertank,
teoli,
Miken32
최종 변경:
Sebastianz,