To insert an email address link, you must select the E-mail Address option in the ________ box

A) Link to
B) Address
C) Look in
D) Text to display

A

Computer Science & Information Technology

You might also like to view...

To blur the edges of the content in a picture to make the boundaries less prominent, you would ________ picture

A) compress B) sharpen C) soften D) saturate

Computer Science & Information Technology

What is the exact output of the following code?

double area = 3.5; System.out.print("area"); System.out.print(area); a. 3.53.5 b. 3.5 3.5 c. area3.5 d. area 3.5

Computer Science & Information Technology