exam questions

Exam 98-383 All Questions

View all questions & answers for the 98-383 exam

Exam 98-383 topic 1 question 30 discussion

Actual exam question from Microsoft's 98-383
Question #: 30
Topic #: 1
[All 98-383 Questions]

HOTSPOT -
You are designing a webpage for your company. The page must be responsive so that it can be viewed on both mobile and desktop browsers.
[1]
[1]
How should you complete the code? To answer, select the appropriate code segment in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
References: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp

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
abo3ez
Highly Voted 4 years, 9 months ago
@media only screen and (max-width: 768px) { /* For mobile phones: */
upvoted 5 times
...
estherjq
Most Recent 3 years, 7 months ago
NormalLogo.png max-width SmallLogo.png //this logo is showed when viewport is 768px or smaller OR SmallLogo.png min-width NormalLogo.png
upvoted 4 times
...
dannyboy
3 years, 9 months ago
Saw this mistake on another website. max-width = displays if under given px. min-width = displays if over given px. Reference: https://www.w3schools.com/cssref/tryit.asp?filename=trycss3_media_bg
upvoted 2 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 ...