Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style>
a::before {
  content: attr(href);
}
</style>
</head>
<body>
<a href="https://www.w3schools.com">(W3Schools)</a>
<p>The attr() property inserts a specified attribute's value before or after the selected element(s).</p>
</body>
</html>