1 2 3 4 5 6 7
<nav> <div class="navbar"> <button type="button"><a href="/" class="here">Home</a></button> <button type="button"><a href="/contact.html" >Contact</a></button> </div> </nav> <hr>