Question: Consider the following snippet of code: section { background - image: url ( globe . png ) ; background - repeat: no - repeat; background
Consider the following snippet of code:
section
backgroundimage: urlglobepng;
backgroundrepeat: norepeat;
backgroundsize: contain;
resize: both;
overflow: auto;
What user interaction does this code support?
A The user can resize both the height and width of the section element, excluding the image.
B
The user can resize both the height and width of the globe background image only.
C
The user can resize both the height and width of the section element if it overflows the parent boundary.
D
The user can resize both the height and width of the section element, including the image.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
