Skip to content

Tag: php

Color specific text

I would like to have a specific text colored differently in HTML/PHP/CSS/JS. I have a text similar to this structure: @john please move the invite to the next week. What i would like to achieve is to have the wording “@john” colored in green while the rest of the text characters should remain in b…