PDF Print E-mail

Page References for Important Terms & Concepts in Chapter 9

352
Overview of Forms
Form Controls
Connect to server-side processiong
354
We still use the name attribute if we're sending data to a server-side process
355
The Form Element
get and post methods
356
<form> tag attributes
357
Text Box
358
Password Box
358
Check Box
359
Radio Button
360
Scrolling Text Box (the <textarea> box)
Unlike many other boxes, this has a closing (</textarea>)
361
Select List
362
Submit Button
363
Reset Button
Button
364
Hidden
Why use both name and id attributes?
369
<label> element
370
Fieldset and Legend Elements
371
tabindex Attribute
accesskey Attribute
373
Image Buttons and the Button Element
374
CSS versus using a table to style a form
Uses a table first.
376
"Pure" CSS to Style a Form
378
Server-Side Processing
381
Privacy and Forms
Do you need a privacy policy on your site?