How to add color to a string

Jun 16 2010 5:38 AM
hi
string line="abcd";
response.write(line);

when i execute the line should be displayed in red color
how to achieve it in asp.net

Answers (1)