I'm working with a client who likes to sprinkle a bolded word or short phrase here and there throughout the text. Even though I want to stick with CSS, it seems much easier to just put in a<strong></strong> where this occurs instead of writing out <span style: font-weight="bold"></span> everytime. Even using something like <span class="b"></span> is more time consuming than <strong>.
Is there a shorter way designate bold using CSS?
tekkie















Bookmarks