How should you complete the relevant code?

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.)

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.)

Answer:

Explanation:



Leave a Reply 8

Your email address will not be published. Required fields are marked *

eighteen − 13 =


Alex

Alex

Nope, this text-shadow value is invalid (adding 2px in the end will not show the shadow). The correct answer is 3.

Aires

Aires

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.

Alaeddin

Alaeddin

Its Microsoft Exam you should run ur test on IE ,
so this correct Answer 😉

Trpe od nemacka

Trpe od nemacka

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