Case-Based Critical Thinking QuestionsCase 9-2Let's Camp is a camping supply shop that sells new camping equipment to hip urban teens and young adults. The Web developer, Sally, wants the pages to be designed for use on cell phones and other handheld devices their young audiences carry. The Web developer wants to make the pages conform to the latest standard, so she should make the pages follow the ____ DTD.

A. strict
B. frameset
C. transitional
D. none of the above

Answer: A

Computer Science & Information Technology

You might also like to view...

The smallest data item in a computer, called a ________, can assume the value 0 or the value 1.

(a) bit (b) character (c) field (d) digit

Computer Science & Information Technology

Which statement is false?

a) A pointer can always be assigned to another pointer of the same type. b) A cast operator must always be used to convert the pointer on the right of an assignment to the pointer type on the left of the assign-ment. c) Variables of all pointer types can be assigned a pointer to void. d) A pointer to void can be assigned a pointer of any type.

Computer Science & Information Technology