(^386) Chapter 9 XHTML Forms
Apply Your Knowledge
- Predict the Result. Draw and write a brief description of the Web page that will be
created with the following XHTML code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Predict the Result
- Fill in the Missing Code. This Web page configures a survey form to collect infor-
mation on the favorite search engine used by Web page visitors. The form action
should submit the form to the server-side script, called survey.php. Some XHTML
tags and their attributes, indicated by <_>, are missing. Some XHTML attribute
values, indicated by "_", are missing.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">