I\'m designing a web site and i would like to ask you guys that, how can I change the color of just one character in a string in a text box of HTML by CSS?
example
you could use bold tags A
css:
b { font-color: red; }