You can type "mailto:" followed by an e-mail address in the _____ box of the Property inspector to send the form information to a specified e-mail address.

A. Form ID
B. Action
C. Method
D. Enctype


Answer: B

Computer Science & Information Technology

You might also like to view...

Write a code fragment that displays a message telling the user what type of data to enter, copies into the variables num1 and num2 the values entered by the user, and then echoes the values to the screen.

Given the following environment: ``` #include using namespace std; int main() { int num1; double num2; ... ```

Computer Science & Information Technology

A(n) ____________________ data type is composed of the value and/or lexical spaces from any number of base types.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Modify the cdh function to set the prompt (PS1) to show the current directory; for example:

/users/pat: cdh /tmp /tmp: cdh /users/pat:

Computer Science & Information Technology

When viewing a website, Internet Explorer's ________ feature allows you to prevent most advertisements from displaying

A) Pop-up Blocker B) SmartScreen Filter C) Do Not Track D) InPrivate Browsing

Computer Science & Information Technology