Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
input::placeholder { color: green; }
</style>
<input type="number" placeholder="This should be green">
<!DOCTYPE html>
<style>
input::placeholder { color: green; }
</style>
<input type="number" placeholder="This should be green">