Tanım
Tip (type) seçicisi, HTML içerisinde tanımlanmış elementin tipi ile eşleşir. HTML elementinden HTML tags diye de bahsedilebilir. Örneğin, HTML'de <h1>, <a>, <p>
tag'leri birer elementtir. Bu seçicinin kullanımı oldukça sadedir. Sadece elementin isminin belirtilmesi yeterlidir.
Sözdizim
element { stil özellikleri }
Örnek
CSS
span {
background-color: DodgerBlue;
color: #ffffff;
}
HTML
<span>span elementi</span> <p>p (paragraf) elementi</p> <span>tekrar span elementi</span>
Spesifikasyonlar
Spesifikasyon | Durum | Yorum |
---|---|---|
Selectors Level 4 The definition of 'Type (tag name) selector' in that specification. |
Working Draft | Değişiklik yok |
Selectors Level 3 The definition of 'type selectors' in that specification. |
Recommendation | Değişiklik yok |
CSS Level 2 (Revision 1) The definition of 'type selectors' in that specification. |
Recommendation | |
CSS Level 1 The definition of 'type selectors' in that specification. |
Recommendation | Baştaki tanım |
Tarayıcı uyumluluğu
Özellik | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Temel destek | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
Özellik | Android | Android için Chrome | Firefox Mobil (Gecko) | IE Mobil | Opera Mobil | Safari Mobil |
---|---|---|---|---|---|---|
Temel destek | ? | ? | ? | ? | ? | ? |