html code to move from one page to another using button without javascript code example
Example 1: html links
<a href="url">link text</a>
Example 2: link in html
<a href="https://example.com">Link text goes here</a>
<a href="url">link text</a>
<a href="https://example.com">Link text goes here</a>