You have a web page that contains the following markup.
You need to ensure that css1.css is used only when the current browser width is less than 800px.
Which markup should you add to the web page?
A.
@media=”(max-width: 800px)”
B.
@max-width=”800px”
C.
media=”(max-width: 800px)”
D.
max-width=”800px”
maybe you mean attribute not markup, so the answer is c. media=”(max-width: 800px)”
the answer is not clear… it’s seems the right answer is: @media (max-width: 800px) because the answer ask: Which markup should you add to the web page? and not property on link element, but tehre’s no answer like @media (max-width: 800px)….
It would be right without ‘=’ sign.
at the end I’m agree with safaa Answer C:
https://www.w3.org/TR/css3-mediaqueries/
test
New questions from September 2017 incoming:
http://optimumfiles.com/ProgrammingInHTML
@media is used into css, but inline tag used response C