Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Make a HTML form, containing an <input> element with type="button", and value="OK".

Hint: Make a <form> element, and place the <input type="button" value="OK"> element inside it.