Is there a method in html which makes the webpage scroll to a specific Element using HTML !?
By using an href attribute inside an anchor tag you can scroll the page to a specific element using a # in front of the elements id name.
Also, here is some jQuery/JS that will accomplish putting variables into a div.
Click here to scroll to the myContent section.
...