I have a variable in my code called BLACKCARDS which is a string. I'm trying to style it using CSS not inline style. I've tried below but this is not working.
How do I style this variable?
Code:
<style type="text/css"> BLACKCARDS { background-color:orange; } </style>
Comment