display one word in a <span> as another word using css – SEO
So, the word is International for example. I would like to do something like this for mobile phones for example: <span class="word-international">International</span> and then style as follows for mobile phone: .word-international{ content:"Int'l"; } for obvious space reasons (and SEO reasons).…