HTML – Global attributes

 0    14 schede    sir
Scarica mp3 Stampa Gioca Testa il tuo livello
 
Domanda Risposta
Specifies a shortcut key to activate/focus an element
inizia ad imparare
accesskey
Specifies one or more CLASSNAMES for an element (refers to a class in a style sheet)
inizia ad imparare
class
Specifies whether the content of an element is editable or not
inizia ad imparare
contenteditable
Used to store custom data private to the page or application
inizia ad imparare
data-*
Specifies the text direction for the content in an element
inizia ad imparare
dir= ["ltr" | "rtl"]
Specifies whether an element is draggable or not
inizia ad imparare
draggable
Hides the element.
inizia ad imparare
hidden
Specifies a unique id for an element
inizia ad imparare
id
Specifies the language of the element's content
inizia ad imparare
lang
Specifies whether the element is to have its spelling and grammar checked or not
inizia ad imparare
spellcheck
Specifies an inline CSS style for an element
inizia ad imparare
style
Specifies the tabbing order of an element
inizia ad imparare
tabindex
Specifies extra information about an element
inizia ad imparare
title
Specifies whether the content of an element should be translated or not
inizia ad imparare
translate

Devi essere accedere per pubblicare un commento.