- From: Toby A Inkster <tobyink@goddamn.co.uk>
- Date: Tue, 28 Jan 2003 17:21:17 +0000
- To: Nigel Peck - MIS Web Design <nigel@miswebdesign.com>
- Cc: www-html@w3.org
Received on Tuesday, 28 January 2003 12:22:27 UTC
On Tue, Jan 28, 2003 at 01:16:21PM -0000, Nigel Peck - MIS Web Design wrote:
| How often should you mark up the same acronym if it appears a lot on a page?
| Every time or just the first occurence?
Personally, I only mark up abbreviations fully on the first use. For
example:
<p>
Web pages are written in a language called <abbr
title="Hypertext Markup Language">HTML</abbr>.
<abbr>HTML</abbr> is decided on br a group called
the <abbr title="World Wide Web Consortium">W3C</abbr>.
</p>
and then style it as something like:
abbr[title] { border-bottom: 2px dotted red; }
abbr { border-bottom: 1px dotted black; }
--
Toby A Inkster BSc (Hons) ARCS
E-mail: tobyink@goddamn.co.uk
PGP: http://www.goddamn.co.uk/tobyink/?id=12
Web Page: http://www.goddamn.co.uk/tobyink/
IM: AIM:inka80 ICQ:6622880 YIM:tobyink Jabber:tobyink@a-message.de
My polyvinyl cowboy wallet was made in Hong Kong by Montgomery Clift!
Received on Tuesday, 28 January 2003 12:22:27 UTC