?_____ allow a webpage developer to detect the approximate pixel size of the current viewport.

A. ?Media hotspots
B. ?System viewports
C. ?Media queries
D. ?Meta ports


Answer: C

Computer Science & Information Technology

You might also like to view...

Password files can be protected in one of two ways: one-way function or __________ . ?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Case D-2Carolyn is a web designer who is responsible for the home page of a real estate company with branches in all 50 states. The home page should be attractive and functional, allowing potential sellers and buyers to find information quickly. On the home page, Carolyn includes the steps (process) for sellers to follow to list their property with the real estate company. Which type of list should she choose?

A. definition list B. numbered list C. unordered list D. bulleted list

Computer Science & Information Technology

Embedding a file results in a smaller file size than if you link the file

Indicate whether the statement is true or false

Computer Science & Information Technology

What is the output of the following C++ code?int alpha[5] = {2, 4, 6, 8, 10};int j;for (j = 4; j >= 0; j--)  cout

A. 2 4 6 8 10 B. 4 3 2 1 0 C. 8 6 4 2 0 D. 10 8 6 4 2

Computer Science & Information Technology