I am making a form which will take inputs such as email, password etc.
And the form checks whether it is a valid email id or password, if not an alert is being shown such as invalid email-id..
I have done this with java script..
Now I would like to change the font colour and background colour of the alert box..
How can I use Java script to do this.. Please help with code..