Will the and tags ever become deprecated?
If you end up doing <span class=”bold”> a lot you are not correctly using either span, nor class names. Class names should tell you what the tag is, not what it looks like. The correct replacement for <b> and <i> are <strong> and <em>, and they should be used to note that the specific text … Read more