Which code segment should you insert at line 01?

You are developing a Windows Store app. The app will be used on devices that are capable of changing view states.
The app contains the following CSS code segment. (Line numbers are included for reference only.)


The app has the following requirements when the host device is in a landscape orientation:
The app’s client area must be the same height as the device’s height.
The app’s client area must be the same width as the device’s width.
You need to ensure that the layout of the device screen meets the requirements.
Which code segment should you insert at line 01?
A. @ device screen and (-ms-view-state: fullscreen-landscape) {
B. @ device screen and (-ms-view-state: fullscreen-snapped) {
C. @ media screen and (-ms-view-state: fullscreen-landscape)
D. @ media all and (-ms-view-state: fullscreen-snapped) {

microsoft-exams

Leave a Reply

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


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