HTML Coding(CGI scripts)?

asianboi354

New member
its a lengthy list of questions but their the only ones I cant find the answers for.
Thanks for you help!


What HTML tag would you use to create a selection list with a field named State and with the options California, Nevada, Oregon, and Washington?


How would you modify the HTML tag in question 1 to allow more than one state to be selected from the list?


What HTML tag would make Oregon the default selection in question 1?


What HTML code would you use to place the options from question 1 in an option group named “West Coast”?


What HTML tag would you use to create a series of radio buttons for a field named State with California, Nevada, Oregon and Washington? Place the radio buttons in a group box with the legend “West Coast”.


How would you modify the HTML tag in question 5 to send the number 1 to the CGI script if the user selects California , 2 for Nevada, 3 for Oregon, and 4 for Washington?


What HTML tag would you use to create a text box field named California? If you don’t specify otherwise, what value is sent to the CGI script if the check box is selected?
What HTML tag would you use to create a text box feild named Memo that is 5 rows high and 30 columns wide and has the default text “Enter notes here”?


What attribute would you add to the HTML tag in question 8 to cause the Memo text to wrap to the next row and send the text wrapping information to the CGI scipt?
 
Back
Top