Re: Marking Up Acronym and Abbreviations

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