Thread: Bold vs. Strong
View Single Post
07-26-2009, 03:32 PM
#19
jnadeau is offline jnadeau
Status: I'm new around here
Join date: Jan 2008
Location: Detroit Area
Expertise:
Software:
 
Posts: 23
iTrader: 0 / 0%
 

jnadeau is on a distinguished road

Send a message via AIM to jnadeau Send a message via MSN to jnadeau Send a message via Skype™ to jnadeau

  Old

Bold implies presentation which isn't markup's job. Strong is a stress/emphasis that we usually make bold (which it defaults to). So I use <strong>. I also use <em> over <i>.

If the font weight is typographical only (no semantic purpose) I might prefer using a classified span since I'll probably be using the style more than once. It's slightly less elegant than using a single element like <b> or <i> but it doesn't matter much when you can use stylesheet selectors to make anything look like anything.

Reply With Quote