Case-Based Critical Thinking Question
?
Gary works at a local ice rink and has been assigned the task of determining what fonts to use on the website.
Gary decides to specify two font families. The correct CSS for specifying this would be ____.
A. Font-family: Tahoma, Arial;
B. Font-stack: Tahoma, Arial;
C. Font-family: Tahoma; Arial;
D. Font-stack: Tahoma; Arial.
Answer: A
You might also like to view...
MC Functions have a list of______that enable function calls to communicate information between functions.
a) parameters. b) references. c) return values. d) None of the above.
In a token ring network, the busy token is removed from the ring and replaced with a free token
a. by the receiver of the data b. by any standby monitor c. by the active monitor d. by the sender of the data
Case-Based Critical Thinking QuestionsCase 6-2Wyona, owner of Wyona's Hat Designs, desires to have a Web site built for customers to order custom-made hats. They can pick from straw, leather, and material hat collections. Customers can specify one of their existing patterns, which include about 50 designs. They can also choose a custom pattern instead and then provide information about the pattern they want for Wyona to custom create. Wyona wants to separate the different options for straw, leather and material. Which element can she use to create these groups?
A. check box B. select C. radio D. fieldset
Hexadecimal represents numbers using which base?
A) 2 B) 8 C) 10 D) 16