exam questions

Exam 70-480 All Questions

View all questions & answers for the 70-480 exam

Exam 70-480 topic 1 question 42 discussion

Actual exam question from Microsoft's 70-480
Question #: 42
Topic #: 1
[All 70-480 Questions]

DRAG DROP -
You are developing a web page that will be accessed from various types of devices.
You have the following requirements:
✑ The appropriate display resolution must be selected dynamically based on the device that is connecting to the page.
✑ Mobile devices with a maximum width of 480 pixels must be able to use the page.
You need to ensure that the page displays correctly on any device.
How should you build the code? (To answer, drag the appropriate media statement to the correct location. Each media statement may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
* The @media rule is used to define different style rules for different media types/devices.

CSS Syntax -
@media not|only mediatype and (media feature) {
CSS-Code;
}
* Media type: Screen
Used for computer screens.
Incorrect Answers:
Not size: there is no media type size.
Reference: CSS3 @media Rule; CSS Media Types

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
cleverlydone
5 years, 4 months ago
Same question from number 36
upvoted 2 times
beto2994
4 years, 10 months ago
but the result is different from the answer 36
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...