HTML 3.2 Tags, Numbered
© 2012, Martin Rinehart
The W3C Recommendation, HTML 3.2, is an unnumbered document. The following Table of Contents adds numbers that might have been used if 3.2 had been numbered in the style of HTML 2, 4.01 and 5. These numbers are used for reference on this site and in the companion printed material for Professional HTML, Volume I of the five-volume Frontend Engineering series.
Many of these elements appear in unordered, hyperlinked lists in the original document. Wording here preserves the wording from those lists, when available.
Text searches (for text, not for these numbers) in the original HTML 3.2 Reference Specification usually locate the desired section quickly.
Contents
- 1 - Introduction to HTML 3.2
- 2 - HTML as an SGML application
- 3 - The Structure of HTML documents
- 3.1 - <!DOCTYPE>
- 4 - The HEAD element and its children
- 4.1 - The TITLE element
- 4.2 - The STYLE element
- 4.3 - The SCRIPT element
- 4.4 - >The ISINDEX element
- 4.5 - The BASE element
- 4.6 - The META element
- 4.7 - The LINK element
- 5 - The BODY element and its children
- 5.1 - Headings (H1 - H6)
- 5.2 - The ADDRESS element
- 5.3 - Block level Elements
- 5.3.1 - P paragraphs
- 5.3.2 - UL unordered lists
- 5.3.2.1 - LI
- 5.3.3 - OL ordered (i.e. numbered) lists
- 5.3.4 - DL definition lists
- 5.3.4.1 - DT
- 5.3.4.2 - DD
- 5.3.5 - The DIR and MENU menus
- 5.3.6 - Preformatted text
- 5.3.6.1 - PRE
- 5.3.6.2 - XMP (depr)
- 5.3.6.3 - LISTING (depr)
- 5.3.6.4 - PLAINTEXT (depr)
- 5.3.7 - DIV document divisions
- 5.3.8 - CENTER text alignment
- 5.3.9 - BLOCKQUOTE quoted passage
- 5.3.10 - FORM fill-out forms
- 5.3.11 - ISINDEX primitive HTML forms
- 5.3.12 - HR horizontal rules
- 5.3.13 - TABLE can be nested
- 5.3.13.1 - CAPTION
- 5.3.13.2 - TR
- 5.3.13.3 - TH
- 5.3.13.4 - TD
- 5.4 - Text level elements
- 5.4.1 - Font style elements
- 5.4.1.1 - TT teletype or monospaced text
- 5.4.1.2 - I italic text style
- 5.4.1.3 - B bold text style
- 5.4.1.4 - U underlined text style
- 5.4.1.5 - STRIKE strike-through text style
- 5.4.1.6 - BIG places text in a large font
- 5.4.1.7 - SMALL places text in a small font
- 5.4.1.8 - SUB places text in subscript style
- 5.4.1.9 - SUP places text in superscript style
- 5.4.2 - Phrase elements
- 5.4.2.1 - EM basic emphasis typically rendered in an italic font
- 5.4.2.2 - STRONG strong emphasis typically rendered in a bold font
- 5.4.2.3 - DFN defining instance of the enclosed term
- 5.4.2.4 - CODE used for extracts from program code
- 5.4.2.5 - SAMP used for sample output from programs, and scripts etc.
- 5.4.2.6 - KBD used for text to be typed by the user
- 5.4.2.7 - VAR used for variables or arguments to commands
- 5.4.2.8 - CITE used for citations or references to other sources
- 5.4.3 - Form Fields
- 5.4.3.1 - INPUT
- 5.4.3.2 - SELECT
- 5.4.3.3 - TEXTAREA
- 5.4.4 - The A (anchor) element
- 5.4.5 - IMG - inline images
- 5.4.6 - APPLET (Java Applets)
- 5.4.6.1 - PARAM
- 5.4.7 - FONT elements
- 5.4.8 - BASEFONT elements
- 5.4.9 - BR - line breaks
- 5.4.10 - MAP - client-side image maps
- 6 - Sample SGML Open Catalog for HTML 3.2
- 7 - SGML Declaration for HTML 3.2
- 8 - HTML 3.2 Document Type Definition
- 8.1 - HTML
- 9 - Character Entities for ISO Latin-1
- 10 - Table of printable Latin-1 Character codes
- 11 - Acknowledgements
- 12 - Further Reading ...
The above numbered outline was built from the Recommendation per the following notes.
Numbering started after the opening "Contents" section. Leading numbers correspond to sections starting with <H2>
headings.
Headings were followed, though not slavishly. The Recommendation has one <H1>
heading, here not indented. The <H2>
headings are indented four spaces. The <H3>
headings are indented eight spaces and the <H4>
headings are indented twelve spaces. Non-semantic use of a heading element (for placing the W3C logo graphic) was ignored.
Formal references to HTML elements in the SGML syntax (<!ELEMENT ...
) are shown indented two or six spaces, preceded by a !
and written in lowercase. (Example: !head 214
shows the location of the SGML specification <! ELEMENT HEAD...
at line 214.) Lines were numbered from the original source to aid in, for example, ensuring that <H3>
headings were located between the correct <H2>
headings.
HTML 3.2 Reference Specification Abstract Contents - 49 Introduction to HTML 3.2 - 68 HTML as an SGML Application - 82 The Structure of HTML documents - 152 The HEAD element - 195 !head 214 TITLE - 243 !title 245 STYLE and SCRIPT - 260 !style 263 !script 264 ISINDEX - 279 !isindex 281 BASE - 314 !base 316 META - 337 !meta 340 LINK - 373 !link 392 The BODY element - 475 !body 506 Block and Text level elements - 570 Headings - 586 !%heading (H1, ...) 594 ADDRESS - 615 !address 619 Block elements - 637 Paragraphs - 705 !p 707 Lists - 743 Unordered Lists - 749 !ul 752 !li 760 Ordered (i.e. numbered) Lists - 795 !ol 798 !li 805 Definition Lists - 842 !dl 847 !dt 852 !dd 853 DIR and MENU - 886 !dir, menu 888 Preformatted Text - 901 !pre 903 XMP, LISTING and PLAINTEXT - 954 !xmp, listing 965 !plaintext 966 DIV and CENTER - 975 !div 977 !center 983 BLOCKQUOTE - 1004 !blockquote 1006 FORM - 1021 !form 1028 HR - 1062 !hr 1067 Tables - 1099 !table 1121 !tr 1122 !th, td 1123 !caption 1133 Text level elements - 1342 Font style elements - 1361 Phrase Elements - 1394 Form fields - 1411 INPUT - 1425 !input 1436 SELECT - 1605 !select 1608 !option 1615 TEXTAREA - 1671 !textarea 1676 Special Text level Elements - 1723 The A (anchor) element - 1730 !a 1733 IMG - inline images - 1782 !img 1787 APPLET (Java Applets) - 1927 !applet 1930 !param 1943 FONT - 2054 !font 2057 BASEFONT - 2128 !basefont 2131 BR - 2142 MAP - 2152 !map 2164 !area 2169 Sample SGML Open Catalog for HTML 3.2 - 2241 SGML Declaration for HTML 3.2 - 2258 HTML 3.2 Document Type Definition - 2349 !%font, %phrase 2442 %font: tt i b u strike big small sub sup %phrase: em strong dfn code samp kbd var cite !font 2454 !basefont 2460 !br 2465 !body 2501 !address 2509 !div 2511 !center 2517 !a 2521 !map 2538 !area 2543 !link 2571 !img 2591 !applet 2620 !param 2633 !hr 2653 !p 2662 !%heading (h1, ...) 2674 !pre 2685 !xmp, listing 2698 !plaintext 2699 !blockquote 2705 !dl 2718 !dt 2723 !dd 2724 !ol, ul 2727 !dir, menu 2760 !li 2778 !form 2786 !input 2797 !select 2809 !option 2816 !textarea 2824 !table 2849 !tr 2850 !th, td 2851 !caption 2861 !head 2887 !title 2889 !isindex 2895 !base 2917 !meta 2922 !style 2931 !script 2932 !html 2944 Character Entities for ISO Latin-1 - 2951 Table of printable Latin-1 Character codes - 3064 Acknowledgements Further Reading
Feedback: MartinRinehart at gmail dot com
# # #