So I am trying to create a profile page for my website and there are multiple buttons that should link to various parts of the website. I created buttons in the following way:
<br>
<div style="text-align:center;">
<br>
<input class='button1' type='button' value='Profile'/>
<input class='button1' type='button' value='My Messages'/>
<br>
<input class='button1' type='button' value='Create New Listing'/>
<input class='button1' type='button' value='My Listings'/>
<br>
<input class='button1' type='button' value='My Bids'/>
<input class='button1' type='button' value='My Purchases'/>
<input class='button1' type='button' value='My Favorite Listings'/>
</body>
</html>
How can I add links to these buttons?