Notes on HTMLÂ 3.2
Post from December 6, 2020 (↻ June 2, 2021), filed under Web Development (feed).
Would it still be useful to read the HTML 3.2 specification—from 1997?
I asked exactly that on Twitter the other day, and 44% of participants responded with that being “a waste.”
I myself wasn’t sure, and so I read that specification again (quick tip: I found Online Converter to be practical to take a URL to convert it to a MOBI ebook).
There wasn’t that much that I learned this time, but there still were a few nuggets to take away:
-
[
XMP
,LISTING
, andPLAINTEXT
] are obsolete tags for preformatted text that predate the introduction ofPRE
.Remember: The spec was largely written in 1996.
-
CENTER
was introduced by Netscape before they added support for the HTML 3.0DIV
element. It is retained in HTML 3.2 on account of its widespread deployment.As we noted in the HTTP Archive’s Web Almanac, Google is still using
center
, and has been for 22 years (!). -
[
action
onform
] specifies a URL which is either used to post forms via email, e.g.action="mailto:foo@bar.com"
, or used to invoke a server-side forms handler via HTTP[…].I didn’t know about the
mailto:
option—yet it doesn’t seem to work (anymore). -
The HTML 3.2 spec did bring up the option to use tables for layout:
[Tables] can be used to markup tabular material or for layout purposes.
It cautions about problems “when rending [sic] to speech or to text only user agents”—but “can be used for layout purposes” is still there.
-
Finally, when you think of
font
elements, you may remember theface
attribute. Now, that, too, is an old attribute; but:FACE
is not part of HTML 3.2.Yet to find out about the history of
face
, we would need to see Sauron 🤷‍♂️
HTML 3.2, though a bit imprecise and with errors, offers a more grateful start into HTML than Living HTML. Even if you have already read (part of) an HTML spec, consider having a look at it. For its brevity and historic import it’s still worth it.
About Me

I’m Jens, and I’m an engineering lead and author. I’ve worked as a technical lead for Google, I’m close to W3C and WHATWG, and I write and review books for O’Reilly. I love trying things, sometimes including philosophy, art, and adventure. Here on meiert.com I share some of my views and experiences.
If you have a question or suggestion about what I write, please leave a comment (if available) or a message. Thank you!
Read More
Maybe this is interesting to you, too:
- Next: Website Optimization Measures, Part XI
- Previous: Upgrade Your HTMLÂ II
- More under Web Development, or from 2020
- Most popular posts
Looking for a way to comment? Comments have been disabled, unfortunately.

Get a good look at web development? Try The Web Development Glossary (2020). With explanations and definitions for literally thousands of terms from Web Development and related fields, building on Wikipedia as well as the MDN Web Docs. Available at Apple Books, Kobo, Google Play Books, and Leanpub.