exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 1 question 43 discussion

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

HOTSPOT -
You are building an ASP.NET MVC web application.
The application will be viewed by users on their mobile phones.
You need to ensure that the page fits within the horizontal width of the device screens.
You have the following markup:

Which markup segments should you include in Target 1, Target 2 and Target 3 to complete the markup? (To answer, drag the appropriate markup segments to the correct targets. Each line of code 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.)
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
The viewport <meta> tag in the ASP.NET MVC 4 layout file (/Views/Shared/_Layout.cshtml) sets the viewport to the device width. The following line shows the viewport <meta> tag in the ASP.NET MVC 4 layout file.
<meta name="viewport" content="width=device-width">
References:
https://www.codeproject.com/Articles/472005/Techniques-for-Mobile-friendly-ASP-NET-MVC-web

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
hungry_ape9000
Highly Voted 5 years, 1 month ago
FINAL ANSWER: meta name="viewport" content="width=device-width"
upvoted 5 times
...
markcowell
Most Recent 4 years, 8 months ago
Correct Answer is 1-2-1
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 ...