HTML – Global attributes

 0    14 kartičky    sir
stáhnout mp3 Vytisknout hrát zkontrolovat se
 
otázka odpověď
Specifies a shortcut key to activate/focus an element
začněte se učit
accesskey
Specifies one or more CLASSNAMES for an element (refers to a class in a style sheet)
začněte se učit
class
Specifies whether the content of an element is editable or not
začněte se učit
contenteditable
Used to store custom data private to the page or application
začněte se učit
data-*
Specifies the text direction for the content in an element
začněte se učit
dir= ["ltr" | "rtl"]
Specifies whether an element is draggable or not
začněte se učit
draggable
Hides the element.
začněte se učit
hidden
Specifies a unique id for an element
začněte se učit
id
Specifies the language of the element's content
začněte se učit
lang
Specifies whether the element is to have its spelling and grammar checked or not
začněte se učit
spellcheck
Specifies an inline CSS style for an element
začněte se učit
style
Specifies the tabbing order of an element
začněte se učit
tabindex
Specifies extra information about an element
začněte se učit
title
Specifies whether the content of an element should be translated or not
začněte se učit
translate

Chcete-li přidat komentář, musíte se přihlásit.