HTML.HomePage


Welcome to the SpineFORGE HTML reference

This section is an attempt to document the bits of HTML I use often so I don't have to dig through specs all the time. Always UNDER CONSTRUCTION.

Specification

Elements/Tags

HTML is a markup language that models the parts of a document using tags which delineate elements such as paragraphs, images, headings etc.

Document outline elements

Section elements

Element attributes:

Elements have attributes, which are name=value pairs. The full list of Global HTML attributes is available on all element types. Specialized elements may contain additional attributes that control their behaviour or presentation.

See also