1.I am trying to write a html code for which the text is in red and background color is in yellow,am using the following,text is coming in red but background is not yellow,what am I missing?
2.basically I am trying to highlight some text,if there is a better way other than the highlightway,please suggese me
<font face = \"Arial\" style='color:red' 'background-color:yellow'>%s</font> <br><br>"
A few small things – HTML attributes should be in double-quotes (with no extra whitespace around the
=) and CSS styles should be terminated by a semicolon, like this: