Section 1: About the HTML 4 Specification
link
Table of contents
How the specification is organized
Document conventions
This document has been written with two types of readers in mind: authors and implementors.
Reading Way
- Read from beginning to end
- Quick access to information
Elements and attributes
- Element names are written in uppercase letters (e.g., BODY).
- Attribute names are written in lowercase letters (e.g., lang, onsubmit).
- Each attribute definition specifies the type of its value (If the type allows a small set of possible values, the definition lists the set of values, separated by a bar (|).)
Notes and examples
- DEPRECATED EXAMPLE: all examples illustrating deprecated usage
- ILLEGAL EXAMPLE: all examples that illustrates illegal usage