Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

HTML/DOM attribute/property title

Note: MSDN combines HTML attributes and their corresponding DOM properties into one topic; MDN documents these on the HTML element and DOM object pages.

Syntax

HTML

<element attr="val" ... >

JavaScript

val = obj.attr;

Property values

Type: some type

Brief description

Normative documents

Example pages/Common elements#Normative_documents

Description/Remarks

Longer description, can be multiple paragraphs.

(Arbitrary subheading)

More explanation.

(Examples)

Explanatory text about examples

(Example subheading)

Example pages/Common elements#Code_block