Smooth scroll to top of page with CSS/HTML only?
问题 I am not permitted to add in Jquery/Javascript to this site, so I was looking for any way to do a "Back to Top" button, and have it transition to top with CSS/HTML only....don't think it's possible, but checking to see if anyone has come across a solution. 回答1: It wont be a smooth scroll but u can use an achor tag to link to any part of the page. Here is an example from W3 schools. <!DOCTYPE html> <html> <body> <h2><a id="top">There is a link at the bottom of the page!</a></h2> <p>In my