This article needs an editorial review. How you can help.
Sınıf (class)
seçicisi, bir HTML belgesindeki elementin class
özniteliğinin içeriği ile eşleşir. class
özniteliği boşlukla ayrılmış değerler listesi olarak tanımlanabilir, bu durumda stil ataması yapılabilmesi için seçicinin özniteliğe verilen değerlerden biri ile birebir eşleşmesi gerekir.
Sözdizimi
.sınıfismi { style properties }
Note this is equivalent to the following attribute selector
:
[class~=sınıfismi] { style properties }
Örnek
CSS
span.classy { background-color: DodgerBlue; }
HTML
<span class="classy">Here's a span with some text.</span> <span>Here's another.</span>
Spesifikasyon
Specification | Status | Comment |
---|---|---|
Selectors Level 4 The definition of 'class selectors' in that specification. |
Working Draft | No changes |
Selectors Level 3 The definition of 'class selectors' in that specification. |
Recommendation | |
CSS Level 2 (Revision 1) The definition of 'child selectors' in that specification. |
Recommendation | |
CSS Level 1 The definition of 'child 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 | ? | ? | ? | ? | ? | ? |