How to change text color input box HTML

How to change text color input box HTML

In this short article we will show you how to change the color of text entered in a text box in HTML.

For the input field:

<input type='text' name='nofacture' size=6 maxlength=7> 

and for a blue text simply use:

<input type='text' name='nofacture' STYLE='color=#FFFF00' size=6 maxlength=7>
More HTML questions? Check out our forum!
Around the same subject