exam questions

Exam 70-480 All Questions

View all questions & answers for the 70-480 exam

Exam 70-480 topic 3 question 10 discussion

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

HOTSPOT -
You are developing a web page.
The webpage must display a container. The container must display three colored rectangles near the top of the container. The colored rectangles are, in order, green, red, and yellow. The rectangles are aligned horizontally and evenly spaced across the width of the container.
The layout of the page must resemble the following image:

You need to ensure that the page renders properly.
How should you complete the relevant styles? (To answer, select the appropriate option from each drop-down list in the answer area.)
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
* -ms-flex-align
center: The flexbox item's margin box is centered in the cross axis within the line.
* -ms-flex-pack
The 'flex-pack' property defines the flexibility of these packing spaces.
Reference: CSS property '-ms-flex-align'; CSS property '-ms-flex-pack'

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
ayushb
Highly Voted 5 years, 1 month ago
It should be -ms-flex-align: start NOT center.
upvoted 6 times
...
Bravo
Highly Voted 5 years, 1 month ago
The correct answer here is . -ms-flex- align: center not start, the start would come from the left side of the webpage and every -ms-flex-align is start by default.
upvoted 5 times
Sanfour
5 years ago
align for vertical direction not for Horizontal
upvoted 3 times
...
...
JftCoCo
Most Recent 5 years ago
I tested it in IE browser, then get the closest answer is -ms-flex-align: start; -ms-flex-pack: center; (stretch is not effective)
upvoted 2 times
Anette
4 years, 9 months ago
I agree
upvoted 1 times
...
...
Mayflower
5 years, 1 month ago
center is correct
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 ...