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
- http://www.w3.org/TR/html401/ [Latest completed standard, version 4.01)
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.