?To add pictures, videos, or documents in a Sway, select a card in the left pane and __________. 

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


select the Insert Content button.

Computer Science & Information Technology

You might also like to view...

What will the following code output?

``` int number = 22; int *var = &number; cout << var << endl; ``` a. the address of number b. 22 c. an asterisk followed by 22 d. an asterisk followed by the address of number

Computer Science & Information Technology

? ? Unholy Vault Designs/Shutterstock.com ? Referring to the figure above, the linked text "The Sun Room" was created by nesting the ____ element inside a figcaption element.

A. link B. fig C. a D. div

Computer Science & Information Technology

The ____ option in the ca command is used to generate the CRL.

A. -gencrl B. -crl C. -revoke D. -crlcert

Computer Science & Information Technology

The second version of CSS, CSS2, was introduced in 1998, expanding the language to provide styles to _________.

A. set the font size, type, and other properties of Web page text B. apply a background image to any element C. specify background and foreground colors of different page elements D. position elements at specific locations on a page

Computer Science & Information Technology