[Solved] How do i code so that my button after clicking will direct user to the footer in the same html? [closed]
Add an id to your footer. <div id=’myFooter’ …> Make the user click on a <a> like below, <a href=”#myFooter”/> Click here for an example 2 solved How do i code so that my button after clicking will direct user to the footer in the same html? [closed]