Which markup should you add to the web page?

You have a web page that contains the following markup.

You need to ensure that cssl .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. medla="(max-wldth: 800px) "
D. max-width="800px"

microsoft-exams

2 thoughts on “Which markup should you add to the web page?

  1. This is the proper syntax but A is the closest
    @media(max-width: 800px)
    @media only screen and(max-width:800px)

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.