Web Development and Design Foundations with XHTML, 5th Edition

(Steven Felgate) #1

(^392) Chapter 9 XHTML Forms
created. Save the file as jobs.html. Modify your jobs.html file to look similar to
the Jobs page, shown in Figure 9.29, as follows:
● Change the page title to an appropriate phrase.
● The Jobs page will contain a paragraph and a form in the content div. Delete
the current contents of the content div(but leave the opening and closing
divtags in place).
● Add a paragraph that contains the following text: Want to work at JavaJam?
Fill out the form below to start your application.
● Prepare to code the XHTML for the form area. Begin with a

tag that
uses the postmethod and the actionattribute to invoke server-side process-
ing. Unless directed otherwise by your instructor, configure the actionattrib-
ute to send the form data to http://webdevfoundations.net/scripts/javajam.asp.
● Configure the form control for the Name information. Code a
that is
assigned to the myRowclass. Create a