HTML – Global attributes

 0    14 fiche    sir
Télécharger mP3 Imprimer jouer consultez
 
question réponse
Specifies a shortcut key to activate/focus an element
commencer à apprendre
accesskey
Specifies one or more CLASSNAMES for an element (refers to a class in a style sheet)
commencer à apprendre
class
Specifies whether the content of an element is editable or not
commencer à apprendre
contenteditable
Used to store custom data private to the page or application
commencer à apprendre
data-*
Specifies the text direction for the content in an element
commencer à apprendre
dir= ["ltr" | "rtl"]
Specifies whether an element is draggable or not
commencer à apprendre
draggable
Hides the element.
commencer à apprendre
hidden
Specifies a unique id for an element
commencer à apprendre
id
Specifies the language of the element's content
commencer à apprendre
lang
Specifies whether the element is to have its spelling and grammar checked or not
commencer à apprendre
spellcheck
Specifies an inline CSS style for an element
commencer à apprendre
style
Specifies the tabbing order of an element
commencer à apprendre
tabindex
Specifies extra information about an element
commencer à apprendre
title
Specifies whether the content of an element should be translated or not
commencer à apprendre
translate

Vous devez vous connecter pour poster un commentaire.