10. Forms, Read Chapter 8 of your text.
• Implement a form (use e-mail type) soliciting questions from your visitors on one of your web site's pages. Link to the form from your site's home page using a link labeled: Ask a Question.
You will have to modify the form tag in code view to read as follows:
 
form method="post"enctype="text/plain" action="mailto:yourname@yourprovider"
• Implement a form which tests the student & sends the results to you. Link to the Test (form) from your site's home page using a link labeled: Test 1.
• Test 1
• Implement a form which asks the student to evaluate your course/work & sends the results to you. Link to the survey (form) from your site's home page using a link labeled: Submit Course Evaluation.
• Post at least one
comment to the Web-CT discussion.
• Publish your site.