9A0-056 Free Dumps Study Materials
Question 14: There are three paragraphs of text on a Web page. You apply an inline CSS style to the text as follows:
First paragraph:
style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#CC0000"
Second paragraph:
style="font-size:13px; color:#CCCC00"
Third paragraph:
style="font-family:Verdana, Helvetica, sans-serif; color:#CC0000"
You convert the inline CSS in the first paragraph to a CSS rule in an external CSS file. You also convert
the inline CSS in the second paragraph to a CSS Rule in the Head section of the Web page while
selecting all <p> tags in the Convert to option. Which CSS attributes are applied to the third paragraph?
A. font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#CC0000
B. font-family:Verdana, Helvetica, sans-serif;
color:#CC0000;
font-size:13px
C. font-family:Verdana, Helvetica, sans-serif;
color:#CC0000
D. font-size:13px;
color:#CCCC00
Correct Answer: B