1 2 3 4 5 6
<!DOCTYPE html> <style> a:visited { color: green } input { color: inherit } </style> <a href="visited-page.html"><input placeholder="This should be green"></a>