Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
a:visited { color: green }
input, input::placeholder { color: inherit }
</style>
<a href="visited-page.html"><input placeholder="This should be green"></a>