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 first sentence?
A. the color is red
B. the size is 6
C. the font face is Arial
D. the font is italic
Answer: B
You might also like to view...
If a is an integer and n is a positive integer, we define a mod n to be the remainder when a is divided by n. The integer n is called the __________ .
Fill in the blank(s) with the appropriate word(s).
A collection of bits, usually 8, is known as a
a. byte b. space c. mark d. dash
Answer the following statements true (T) or false (F)
1) Variables or methods declared with access modifier private are accessible only to members of the class in which they’re declared. 2) Variables declared in the body of a particular method are known as instance variables and can be used in all methods of the class. 3) A property declaration must contain both a get accessor and a set accessor. 4) The body of any method or property is delimited by left and right braces. 5) Local variables are initialized by default.
COGNITIVE ASSESSMENT What is the term used to connect a device to a network that has an IP address?
A. bus B. link C. node D. core