?Which statement creates a responsive image style rule?

A. ?img { max-width: 100%; height: auto; }
B. ?img { max-width: auto; height: screen-width; }
C. ?screen { img-width: 100%; height: 100%; }
D. screen{ img-width: auto; height: 100%; }


Answer: A

Computer Science & Information Technology

You might also like to view...

A table of keyed elements which uses a hash function to located positions in the table is a(n):

A. keyed table B. function table C. hash table D. chained table

Computer Science & Information Technology

According to netiquette rules, it is acceptable to send a flame if you have a close relationship with the person receiving the email

Indicate whether the statement is true or false

Computer Science & Information Technology

A ________ is a printer that is equipped with its own network adapter card and connected to the network

a. Network b. Local c. Bluetooth d. None of the above

Computer Science & Information Technology

What is the value of X when execution ends in the following pseudocode?   Set X As Integer For X = 100 to 0 Step -1               ‘ This is a comment Next X X = 100

A. 0 B. 100 C. 1 D. -1

Computer Science & Information Technology