Themes: default 3024-day blackboard cobalt eclipse mbo mdn-like monokai pastel-on-dark rubyblue the-matrix xq-light
Tutorial Brain @2019
<!DOCTYPE html>
<html>
<head>
<style>
a:visited {
color: red;
}
</style>
</head>
<body>
<p><a href="#" target="_blank">A Link</a></p>
<p>After visiting the link, the link color will be red</p>
</body>
</html>