Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Tip Seçicileri

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 ? ? ? ? ? ?

Document Tags and Contributors

 Contributors to this page: pasalog
 Last updated by: pasalog,