XHTML Standart Özellikleri
- Önceki Sayfa XHTML Modülleri
- Sonraki Sayfa XHTML Olayları
HTML tags have attributes. Each tag's special attributes are listed under each tag description. The attributes listed here are the core attributes and language attributes (with some exceptions) that are common to each tag.
Core Attributes (Core Attributes)
The following tags do not provide the following attributes: base, head, html, meta, param, script, style, and the title element.
Özellik | Değer | Açıklama |
---|---|---|
class | class_rule or style_rule | element's class (class) |
id | id_name | element's specific id |
style | style definition | inline style definition |
title | İpucu Metni | İpucu Araççubuğunda Gösterilen Metin |
Dil Özellikleri (Language Attributes)
Aşağıdaki etiketler, aşağıdaki özellikleri sağlamaz: base, br, frame, frameset, hr, iframe, param ve script elemanı.
Özellik | Değer | Açıklama |
---|---|---|
dir | ltr | rtl | Metin Yönlendirme Ayarlama |
lang | Dil Kodu | Dil Kodunu Ayarlama |
Klavye Özellikleri (Keyboard Attributes)
Özellik | Değer | Açıklama |
---|---|---|
accesskey | Karakter | Bir Elemanın Klavye Kısayolunu Ayarlama |
tabindex | Sayı | Bir Elemanın Tab Düzenini Ayarlama |
- Önceki Sayfa XHTML Modülleri
- Sonraki Sayfa XHTML Olayları