Responsive Design: Testing Theory
In this lesson, we'll test our knowledge on Responsive Design in relation to HTML5 & CSS3.
We'll cover the following...
Test your understanding on responsive design
Question 1:
Question 1:
Q
Which tag is used to let web designers take control over the viewport?
A)
<meta>
B)
<acronym>
C)
<em>
D)
<address>
Question 2:
Question 2:
Q
What should be the set value of the background-size
property, so that the image will fit in the content area?
A)
100% 100%
B)
contain
C)
cover
D)
100%
Question 3:
Question 3:
Q
What should be the set value of the background-size
, so that the image will stretch to cover the entire content area?
A)
100% 100%
B)
contain
C)
cover
D)
100%