|
Strong is better than B because if you want your text to have structural tagging/markup and the CSS handles the look and layout based on the tagging. So B is just for makes it bold. Using strong tag your CSS sheet can be changed how it looks in simple ways throughout the document. So you can change your layout and look for a whole site just by editing the strong definition your CSS.
|