Select the statement below that is true about forms.

a. The

tag is optional
b. It is recommended to use mailto: as the action on a form since that is the easiest for the web developer
c. A form can be used to pass information to a program or script on the web server
d. none of the above is true


c. A form can be used to pass information to a program or script on the web server

Computer Science & Information Technology

You might also like to view...

The ____ copies animation effects.

A. Animation Painter B. Format Painter C. Effects Painter D. Duplication Painter

Computer Science & Information Technology

How many and what kind of variables (primitive or object) are created in the code below?

> String fileName = FileChooser.pickAFile(); // fileName is an object variable. > Picture p1 = new Picture(fileName); // p1 is an object variable. > p1.show();

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 6-2Aaron is developing a Web site for the dinosaur exhibit at his local science museum, and he asks for your assistance in using ActionScript 3.0 to create an input form that allows users to reserve tickets. To start things off you explain to Aaron that an input form consists of ____.

A. input text boxes B. input flash movies C. input event listeners D. input banners

Computer Science & Information Technology

A value of "right" is a valid value when using the margin property

Indicate whether the statement is true or false

Computer Science & Information Technology