Making buttons (another form) in HTML

Homepage

HTML lessons


Explaining simple tags
Explaining simple tags2
Explaining simple tags3
Browsers and Notepad
Playing with Fonts
Colors and Tags
Learning to Link
Inching through Images
Inching a Bit More with Images
Terrific Tables to Try
Building Borders
Wrapping Text
Terrific Tables Two
Color
Pat's Web Page
Making Lists Long and Short
The Mail Command
Basic Frames
Making Forms
Making More Forms
Making Buttons One
Making Buttons Two
IFrames
Appendix
Now we need to look at some of the ways to make buttons. Buttons are just another kind of form. First I am going to make a typical schedule for a "hardworking" fourth grader.

Tonight

Do Math Lesson
Watch favorite TV program
Now really go do Math
Play Xbox
Sit back down to finish Math
Complain to Mom about math
Cry
Get note from Mom telling teacher Math is too hard!
Go back to TV
Smile

The way to write this form is really pretty easy. It is as follows:
<form>
<font size=-1>
<h4><center>
Tonight
</center>
</h4>
<input type="checkbox">Do Math Lesson
<input type="checkbox">Watch favorite TV program
<input type="checkbox">Now really go do Math
<input type="checkbox">Play Xbox
<input type="checkbox">Sit back down to finish Math
<input type="checkbox">Complain to Mom about math>
<input type="checkbox">Cry
<input type="checkbox">Get note from Mom telling teacher Math is too hard!
<input type="checkbox">Go back to TV
<input type="checkbox">Smile
</font> </form>

If you want to cheat and bias the results you can put a check in the check box like this:

My Favorite Person in class

My Teacher
Seth
Mary
Elisha
Michael

It is nice of you all to vote for me, but I do not think we should have favorites!
To produce the checked box, you must write:
<input type="checkbox" checked>My Teacher<br>