有一些XHTML/HTML屬性是標準的,並且與所有XHTML/HTML標記關聯。這裡列出了這些屬性,並對其進行了簡要描述;
Core Attributes
在base、head、html、meta、param、script、style和title元素中無效。
Attribute | Value | Description |
---|---|---|
class | class_rule or style_rule | The class of the element. |
Id | id_name | A unique id for the element. |
style | style_definition | An inline style definition. |
Title | tooltip_text | A text to display in a mouse tip. |
Language Attributes
lang屬性表示用於所附內容的語言。該語言使用ISO標準語言縮寫來標識,例如fr表示法語,en表示英語,等等。更多代碼及其格式請參見www.ietf.org。
在base、br、frame、frameset、hr、iframe、param和script元素中無效。
Attribute | Value | Description |
---|---|---|
dir | ltr | rtl | Sets the text direction. |
lang | language_code | Sets the language code. |
Microsoft Proprietary Attributes
微軟在InternetExplorer4和更高版本中引入了一些新的專有屬性。