HTML – Global attributes

 0    14 adatlap    sir
letöltés mp3 Nyomtatás játszik ellenőrizze magát
 
kérdés válasz
Specifies a shortcut key to activate/focus an element
kezdjen tanulni
accesskey
Specifies one or more CLASSNAMES for an element (refers to a class in a style sheet)
kezdjen tanulni
class
Specifies whether the content of an element is editable or not
kezdjen tanulni
contenteditable
Used to store custom data private to the page or application
kezdjen tanulni
data-*
Specifies the text direction for the content in an element
kezdjen tanulni
dir= ["ltr" | "rtl"]
Specifies whether an element is draggable or not
kezdjen tanulni
draggable
Hides the element.
kezdjen tanulni
hidden
Specifies a unique id for an element
kezdjen tanulni
id
Specifies the language of the element's content
kezdjen tanulni
lang
Specifies whether the element is to have its spelling and grammar checked or not
kezdjen tanulni
spellcheck
Specifies an inline CSS style for an element
kezdjen tanulni
style
Specifies the tabbing order of an element
kezdjen tanulni
tabindex
Specifies extra information about an element
kezdjen tanulni
title
Specifies whether the content of an element should be translated or not
kezdjen tanulni
translate

Kommentár közzétételéhez be kell jelentkeznie.