HTML – Global attributes

 0    14 informačný list    sir
stiahnuť mp3 vytlačiť hrať Skontrolujte sa
 
otázka Odpoveď
Specifies a shortcut key to activate/focus an element
začať sa učiť
accesskey
Specifies one or more CLASSNAMES for an element (refers to a class in a style sheet)
začať sa učiť
class
Specifies whether the content of an element is editable or not
začať sa učiť
contenteditable
Used to store custom data private to the page or application
začať sa učiť
data-*
Specifies the text direction for the content in an element
začať sa učiť
dir= ["ltr" | "rtl"]
Specifies whether an element is draggable or not
začať sa učiť
draggable
Hides the element.
začať sa učiť
hidden
Specifies a unique id for an element
začať sa učiť
id
Specifies the language of the element's content
začať sa učiť
lang
Specifies whether the element is to have its spelling and grammar checked or not
začať sa učiť
spellcheck
Specifies an inline CSS style for an element
začať sa učiť
style
Specifies the tabbing order of an element
začať sa učiť
tabindex
Specifies extra information about an element
začať sa učiť
title
Specifies whether the content of an element should be translated or not
začať sa učiť
translate

Ak chcete pridať komentár, musíte byť prihlásený.