7 lines
202 B
HTML
7 lines
202 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
a:visited { color: green }
|
|
input { color: inherit }
|
|
input::placeholder { color: green }
|
|
</style>
|
|
<a href="visited-page.html"><input placeholder="This should be green"></a>
|