The ____________________ category of the Insert panel is used to create and insert form elements in pages that include forms.

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


Forms

Computer Science & Information Technology

You might also like to view...

What is a test scenario? Where should you look for information to build test scenarios?

What will be an ideal response?

Computer Science & Information Technology

A WordArt object cannot have a picture fill added to it

Indicate whether the statement is true or false

Computer Science & Information Technology

Book titles are formatted in ____.

A. bold B. italics C. bold and italics D. small caps

Computer Science & Information Technology

Suppose sum and num are int variables, and the input is 18 25 61 6 -1. What is the output of the following code?sum = 0;cin >> num;while (num != -1){  sum = sum + num;  cin >> num;}cout

A. 92 B. 109 C. 110 D. 119

Computer Science & Information Technology