1 2 3 4 5
<!DOCTYPE html> <style> input::placeholder { background-color: green; } </style> <input placeholder="placeholder">