Buttons menu

Hi all,
I am just starting to design (and code in html/css) my first web site. I am trying to figure out how to create a nice looking menu of buttons. I know how to create and install an image, but how to make a button that is a link?

The buttons I’m making are:1) about 2) contact 3) gallery, etc. Pretty simple, but I’m stuck.

Thanks

Using an anchor tag will make anything within that tag a link.

<a href="google.com"><img src="myimage.jpg"></a>

thanks, but how do i upload the images folder and images to the server. I think that’s my problem with not having the image show up on the web pages.

thanks