HTML – Global attributes

 0    14 fiche    sir
ladda ner mp3 skriva ut spela Kontrollera dig själv
 
Fråga Svar
Specifies a shortcut key to activate/focus an element
börja lära sig
accesskey
Specifies one or more CLASSNAMES for an element (refers to a class in a style sheet)
börja lära sig
class
Specifies whether the content of an element is editable or not
börja lära sig
contenteditable
Used to store custom data private to the page or application
börja lära sig
data-*
Specifies the text direction for the content in an element
börja lära sig
dir= ["ltr" | "rtl"]
Specifies whether an element is draggable or not
börja lära sig
draggable
Hides the element.
börja lära sig
hidden
Specifies a unique id for an element
börja lära sig
id
Specifies the language of the element's content
börja lära sig
lang
Specifies whether the element is to have its spelling and grammar checked or not
börja lära sig
spellcheck
Specifies an inline CSS style for an element
börja lära sig
style
Specifies the tabbing order of an element
börja lära sig
tabindex
Specifies extra information about an element
börja lära sig
title
Specifies whether the content of an element should be translated or not
börja lära sig
translate

Du måste vara inloggad för att skriva en kommentar.