CSC 215: Web Programming and Development
Instructor Home | CSC215 Home |
Syllabus | Assignments
Module 9 Assignment
This assignment is from Chapter 9
- Forms have two components, the CGI and:
- Is the form tag a container tag?
- Can forms be nested?
- Identify three types of files (by file extension) used to invoke server-side processing.
- What are the two values of the method attribute?
- Which value of the method attribute is preferred?
- Which text box attribute configures the width of a text box?
- Which attribute of a checkbox assigns a value that is triggered when the
checkbox is checked?
- A checkbox allows selection of one or more items. The radio button
allows the user to select:
- When using a select list, what must the size of the attribute value be set to in order to create a
drop-down list?
- Write the line of xhtml source code to create a submit button that displays the
text "Send Info".
- What is the function of the reset button?
- List the five elements or attributes that will increase the
accessibility of a Web page form.
- What are two ways to make the click to submit area on a form more compelling and visually interesting?
- A web page invokes the CGI protocol by the action attribute of a form or by:
This page last modified on
06/02/2009
Contact Information: ron.poland@clinton.edu