By specifying a(n) ____ specifically for handheld devices, you can customize the page layout such as by designing the content to appear in a single column or providing navigation customized for smaller screens.
A. style sheet
B. image
C. resolution
D. font
Answer: A
Computer Science & Information Technology
You might also like to view...
Which of the following data types only allows one of two possible values to be assigned?
a) char b) int c) boolean d) float e) long
Computer Science & Information Technology
The ______ element is used to mark general text-level content.
A. span B. div C. cite D. mark
Computer Science & Information Technology
What will display after the following code is run if name = "Morris"?
``` if(name > "Joe") document.write("Morris is a cat."); else document.write("Joe rules!"); ``` a. Joe rules! b. Morris is a cat. c. Morris is a cat.Joe rules! d. nothing – cannot compare these values
Computer Science & Information Technology
Actions can be assigned to command buttons on forms
Indicate whether the statement is true or false
Computer Science & Information Technology