
Points: 100
Due: 9/13/00
Submission Instruction: You are to publish your result on the ISU server, with a clearly labeled link to this assignment from your home page. Also, clearly label your answers.
[HTML]
1. Enhance your home page with the following:
| Image as link ("thumbnail" or to another page) |
| mailto: link to allow easy email to you |
| Form |
- Setup a form that contains all of the elements given below. Use the EchoAll service discussed in class to echo the user's input when the Submit button is pressed. (Recall that you can invoke a program to echo the elements of a form by including the action field in the <form> tag, i.e., <form method="get" action="http://appsrv.acs.ilstu.edu/355/servlet/EchoAll">
Text, Password, Checkbox, Radio, Submit, Reset, Hidden (make up a value fro this), Selection, Multiple line text input
| Table |
- Create a table that has COLSPAN and ROWSPAN. Make up the headings and data.
[JavaScript]
[WWW/Internet: General]