This
post was originally published on
this siteAnswer (1 of 15): I would surround the word(s) with a -element and give the element a class. This is a red word in a sentence Then set the text color in CSS. [code].redText { color: red; }[/code] If you don’t have acces to CSS then you have to use i…