In this short article we will show you how to change the color of text entered in a text box in HTML.
<input type='text' name='nofacture' size=6 maxlength=7>
<input type='text' name='nofacture' STYLE='color=#FFFF00' size=6 maxlength=7>
DON'T MISS