Button
•type="button"
This command
declares the input to be a button.
•value="Click Me"
This will be
the text people will see on the button. Write
whatever you want your visitors to see.
•name="button1"
You can give
the button a name so you can refer to it.