<!DOCTYPE html> <html> <head> <style> input::placeholder{ color:blue; } </style> </head> <body> <input type="text" placeholder="First name"> </body> </html>
Run
×
Share