The following code illustrates using HTML tags to format Rich Text:
?
="Thank you for your order.

Payment Notes: 105 deposit is
due at time of booking.

50% nonrefundable deposit is due two weeks prior to
departure date.


The full balance is due 2 days prior to departure
date.
"
?

In the code shown, what formatting change is made to the last sentence?

A. the color is red
B. the size is 6
C. the font face is Arial
D. the font is italic


Answer: A

Computer Science & Information Technology

You might also like to view...

8. How can you assign the value "toaster" to a c-string name str of size 10?

a. str="toaster; b. str=toaster; c. strcpy(str,"toaster"); d. str.strcpy("toaster");

Computer Science & Information Technology

Which authentication mechanism includes a Key Distribution Center?

A. X.400 B. X.500 C. Kerberos D. LDAP

Computer Science & Information Technology

The spheres of security are the foundation of the security framework and illustrate how information is under attack from a variety of sources, with far fewer protection layers between the information and potential attackers on the __________ side of the organization.

A. technology B. Internet C. people D. operational

Computer Science & Information Technology

If you know that whenever you are given a value for one field, you will be able to determine a single value for a second field, the first field is said to define the second field.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology