What HTML coding should I use to highlite just one key one in a
paragraph?
Assuming "key" means "key word" as in the Subject line, <strong> is
normally best for highlighting. It is rendered in bold face by default by
most browsers. This is a bit of a problem, since bolding is not
typographically good for serif fonts. But you can suggest a serif font
(using CSS), or suggest a different method for hightlighting, e.g.
strong { font-weight: normal;
background: #ffc;
color: black; }
(I just realized this is something new to the discussion <strong> vs.
<b>, which isn't very fruitful in general. There's nothing illogical in
suggesting a different presentation for <string>. There's a lot of
In addition to posting to this newsgroup, would you please e-mail to
me your response at:
No, that would be unfriendly since it would teach you bad habits. See
http://www.cs.tut.fi/~jkorpela/usenet/mail-responses.html