-
mahmoudnahmad 1,159 posts
-
BColbourn 2,323 posts
althought that is indeed funny, i'm pretty sure rapping* has two p's
-
zachm 1,230 posts
Hmm, informative.

-Z
-
g3org3 355 posts
one thing they got slightly wrong is the Bold tag <b></b> it is acceptable to use it, if the bold text is used as a graphical enhancement. <strong></strong> tags are used to actually be used when text is supposed to be bold. The main reason for this is because of screen readers and other assistive technologys. Also you could just create a CSS class which is .bold{font-weight:bold;) then add that class to the item to make the item look bold instead of <strong> tags.