Is there a method in html which makes the webpage scroll to a specific Element using HTML !?
Yes, you may use an anchor by specifying the id attribute of an element and then linking to it with a hash.
For example (taken from the W3 specification):
You may read more about this in Section Two.
...later in the document
Section Two
...later in the document
Please refer to Section Two above
for more details.