I would like to use CSS to style a piece of string in my php echo line.
I am using
echo "Tell you a" <span style="colour:red;"> secret </span>
Could you please show me a way i can add some CSS to the word Secret? Thanks.
I need to use CSS to make this work.