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