|
|
|
|
|
by C1D
4666 days ago
|
|
Wow. That was a very in depth explanation. Thank you. I'm currently working on a very HTML/JS heavy open source project and a co-developer had included some center and bold tags in the code. I will instead replace them with em/strong and inline:center; since I would not like our project to be judged by our absense of "best practice". |
|
A better choice for bold text that you don't think qualifies as "strong importance" would probably be the <b> tag, which denotes a "span of text offset from its surrounding content without conveying any extra emphasis or importance".
[0] http://dev.w3.org/html5/markup/em.html [1] http://dev.w3.org/html5/markup/strong.html [2] http://dev.w3.org/html5/markup/b.html