CSS only: Adding a "back to top" link after each header <h1>
I want to add a "back to top" link after each header. To explain more clearly what I want: h1::after { content: "<a href='#masthead'>--->Back to top</a>"; } The text --->Back to top shows but not as a link No JavaScript…