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”
Correct answer is C.
https://www.w3schools.com/tags/tag_link.asp
do you know if this test is similar to the real test?