1 2 3 4 5
<!DOCTYPE html> <style> input::placeholder { color: green; } </style> <input type="number" placeholder="This should be green">