Back to First Page--> HTML Intro
Well, good job! You made it to the 3Rd chapter!

We'll talk about...
Site hosted by Angelfire.com: Build your free website today!

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:
Username:






NEXT CHAPTER PREVIOUS CHAPTER