Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
a {
text-decoration-color: grey;
}
a:link {
color: #777777;
}
a:hover {
color: #2d8653;
}
</style>
</head>
<body>
<p>Visit our <a href="https://www.w3docs.com/">website</a>.</p>
</body>
</html>