<html>
<head>
<style>
a::before {
content: attr(href);
}
</style>
</head>
<body>
<a href="../index.html">(W3Schools)</a>
<p>The attr() property inserts a specified attribute's value before or after the selected element(s).</p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_content_attr by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:00:46 GMT -->
</html>