HTML – Global attributes

 0    14 tarjetas    sir
descargar mp3 imprimir jugar test de práctica
 
término definición
Specifies a shortcut key to activate/focus an element
empezar lección
accesskey
Specifies one or more CLASSNAMES for an element (refers to a class in a style sheet)
empezar lección
class
Specifies whether the content of an element is editable or not
empezar lección
contenteditable
Used to store custom data private to the page or application
empezar lección
data-*
Specifies the text direction for the content in an element
empezar lección
dir= ["ltr" | "rtl"]
Specifies whether an element is draggable or not
empezar lección
draggable
Hides the element.
empezar lección
hidden
Specifies a unique id for an element
empezar lección
id
Specifies the language of the element's content
empezar lección
lang
Specifies whether the element is to have its spelling and grammar checked or not
empezar lección
spellcheck
Specifies an inline CSS style for an element
empezar lección
style
Specifies the tabbing order of an element
empezar lección
tabindex
Specifies extra information about an element
empezar lección
title
Specifies whether the content of an element should be translated or not
empezar lección
translate

Debes iniciar sesión para poder comentar.