How do you link to a specific part of the same page?
<a href="#section">Go to section</a>
Use <a href="this#section">Go to section</a>
<a href="this#section">Go to section</a>
Use <a link="#section">Go to section</a>
<a link="#section">Go to section</a>
Use <a href="#section" anchor="true">Go to section</a>
<a href="#section" anchor="true">Go to section</a>
The above code is correct