WebAIM - Web Accessibility In Mind

E-mail List Archives

HTML structural markup for notes

for

From: Rachel
Date: May 5, 2003 12:32PM


We're working a site where some of the paragraphs on
the pages are "notes." We are currently planning on
wrapping the notes with a class that's defined in an
external style sheet. The class will make the text
smaller than the regular body text.

If someone accesses this page without our style sheet,
the notes text will appear just like normal
paragraphs.

I'm wondering if there is a HTML element out there,
that has a similar meaning to notes, that we could use
to wrap our notes text in. So that site visitors will
understand that they are notes, even without our style
sheet.

There are tags that define headings (H1-H6).
"Blockquote" denotes a quotation. "Address" denotes an
address or contact information. These are some
examples of HTML tags that define document structure.
Is there a tag that we could use for notes?

The doctype we are using is HTML 4.01 Transitional.

Thanks, as always, for your help,
Rachel Sengers