<!DOCTYPE html>
<html>
<head>
<style>
a:after {
content: " (" attr(href) ")";
}
</style>
</head>
<body>
<p><a href="https://www.w3schools.com">W3Schools</a> contains free tutorials and references.</p>
</body>
</html>