Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>CSS Values and Units Test: attr() in ::placeholder pseudo element</title>
<style> input::placeholder { color: rgb(0, 255, 0); } </style>
<input placeholder="Text"/>