2 ways
1)
<a href="./aboutus.html">About Us</a>
or
<a href="#aboutus">About Us</a>
2)
<button onclick="window.location.href='file:///E:/CodeBase/PetStoreApp/aboutus.html'">
About Us</button>
2 ways
1)
<a href="./aboutus.html">About Us</a>
or
<a href="#aboutus">About Us</a>
2)
<button onclick="window.location.href='file:///E:/CodeBase/PetStoreApp/aboutus.html'">
About Us</button>