I have a div that contains a list of spans. And each span has a link. Is there a way to convert all of the link text to upper case?
<div>
<span><a href="#">abc</a></span>
<span><a href="#">def</a></span>
<div>
Thanks,
rod.
div span a { text-transform:uppercase; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With