You need two things:
First, you need a form that's written in HTML. You can learn about forms
here.
However, the form itself doesn't do anything. In addition to that, you'll need to know some PHP to send the information from the form to an email using the mail() function. To learn about that, go
hereIf you need the specific script, I can help you out with it. Just give a holler.