How To Create A ‘Back To Top’ Link Using Simple HTML Code ?

There are many  different plugin that allows you to put a Back To Top button in the footer of your website but this tutorial explains you the actual trick you can use for adding a Scroll Back To Top button anywhere in your website. You can not only use this button in your website’s footer but also inside your blog posts and pages etc. It a simple HTML code when added anywhere scrolls the page back to top instantly on a click.

All you need to do is add the following HTML code line anywhere you like to add a To Top link:

<a href=”#top”>Back To Top</a>

You can use it at the end of your blog posts so that your readers can move back to side navigation menu or you can simply add it in your theme’s footer.php file like other sites.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.