Navigation within same page

Notes:

html - navigation within same page:
First step: create a named or uniquely identifiable section in the page, using name attribute or id attribute.
Second step: in anchor tag href attribute value should be "#value of name attribute" or "#value of id attribute".
Note:
value of id or name attribute should be unique in the page.

Interview Questions: