exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 5 question 9 discussion

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

You are developing the landing page for an ASP.NET Core MVC web application that will be used to host blogs. You are implementing a View component to show text links for common application operations.
Users must be able to customize the HTML for landing pages.
You need to ensure that the links for common operations reflect the desired layout of the application when links are embedded into customized views.
Which CSS measurement unit should you use for the links?

  • A. vh
  • B. em
  • C. rem
  • D. px
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
notsure1111
5 years ago
em units can be influenced by font size inheritance from any parent element rem units can be influenced by font size inheritance from browser font settings. Answer: rem
upvoted 3 times
ozner16
4 years, 7 months ago
https://cybmeta.com/em-y-rem#:~:text=La%20unidad%20em%20es%20una,entonces%201em%20%3D%2010point%2Dsize%20.
upvoted 2 times
...
...
Rz_rahgozar
5 years ago
The em and rem units are practical in creating perfectly scalable layout
upvoted 1 times
...
Smartiup
5 years, 5 months ago
B. em. em alows you to beter adapt to font size of the landing pages that the user might use, so the text in the links will scale beter with em.
upvoted 3 times
...
lozu88
5 years, 7 months ago
C. rem
upvoted 2 times
rhysabray
5 years, 3 months ago
rem scales depending on the value set in the root <html>. meaning 1rem for a <h1> and a <p> will have the same pixel size, which does not reflect the users desired layout. em scales the size based on that particular tag. Answer = em
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 ...