exam questions

Exam 70-480 All Questions

View all questions & answers for the 70-480 exam

Exam 70-480 topic 4 question 64 discussion

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

Which CSS3 code segment styles the text color of EM elements to be red and semi-transparent?

  • A. em { color: #ff00007f; }
  • B. em { color: rgba (255,0,0,0.5); }
  • C. em { color: rgba (255,0,0.127); }
  • D. em { color: rgba (100%,0%,0%, 50%); }
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
References:
http://www.w3schools.com/cssref/css_colors_legal.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
heiheimorna
4 years, 5 months ago
This seems to be wrong, both A, B and D makes the element red and semitransparent.
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 ...