onclick run href code example
Example 1: javascript onclick href location
onclick="location.href='unit_01.htm'"
Example 2: button href
<a href="https://google.com" class="button">Go to Google</a> //*button link *//
onclick="location.href='unit_01.htm'"
<a href="https://google.com" class="button">Go to Google</a> //*button link *//