We'll start off with...
Text Fields!
First, you do this,
<form>
Username: <input type="text" name="username">
Password:<input type="text" name="password"> </form>
Result:
Username:
Password:
Now... To Buttons! Type this,
Username: <input type="text" name="username">
<input type="submit" value="Send Data!>
<input type="reset" value="Woops! Need to Reset!>
Result: