1 2 3 4 5 6 7
<!DOCTYPE html> <html> <body> <input value="required" style="color:red;"> <input value="optional"> </body> </html>