HOTSPOT
You are creating a custom style by using CSS3.
You have the following requirements to complete the style:
If the text in a line must wrap to another line, the last word must be able to break across
lines.
All text must be black and have a blue shadow, such that the text appears to glow blue.
The text must look like the following:
You need to complete the CSS3 style.
How should you complete the relevant code? (To answer, select the appropriate option from
each drop-down list in the answer area.)
Explanation:
Nope, this text-shadow value is invalid (adding 2px in the end will not show the shadow). The correct answer is 3.
You are correct, i tested the code, and the option “text-shadow blue 1px 1px 1px 2px” is invalid since it does not show, but the one you said, it does. Thank you for realizing that.
It only works in IE. Answer is correct. Please open this below jsfiddle on IE browser
https://jsfiddle.net/75re9L5m/4/
Please see this:
https://jsfiddle.net/75re9L5m/
On my God, this is ridiculous.
Its Microsoft Exam you should run ur test on IE ,
so this correct Answer 😉
THE FINAL WORDS! (I’ve read all the comments and made a research)
The answer here is correct! (It’s text-shadow: blue 1px 1px 1px 2px;)
Here you can chack:
http://jsfiddle.net/6quqovfr/277/
The thing is that you have to open the link above in INTERNET EXPLORER (Microsoft’s product) and you will see it looks the same as the photo, in Chrome it looks different but Microsoft is considering IE!
You’re welcome,
Trpe od sransvo
IE10 supports 5 parameters for text-shadow: https://blogs.msdn.microsoft.com/ie/2011/09/29/css3-text-shadow-in-ie10/