exam questions

Exam 98-375 All Questions

View all questions & answers for the 98-375 exam

Exam 98-375 topic 1 question 90 discussion

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

You create a web page that displays text images.
You need to use CSS to rotate some text counterclockwise when the page renders in Internet Explorer.
Which markup segment will accomplish this?

  • A. -ms-transform: rotate(-30deg);
  • B. transform: rotate(30deg);
  • C. ג€"o-transform: rotate(-30deg);
  • D. ג€"ms-transform: rotate(30deg);
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
Incorrect Answers:
A: -30deg rotates the text clockwise.
C: -o-transform is used for Opera.
References:
https://css-tricks.com/snippets/css/text-rotation/
https://www.w3schools.com/cssref/css3_pr_transform.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
booo12
Highly Voted 5 years, 5 months ago
The correct answer should be A
upvoted 14 times
...
slayers94rx7
Highly Voted 5 years ago
Answer should be A
upvoted 7 times
...
MarcusBrown
Most Recent 3 years, 5 months ago
I think A also
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 ...