Sunday, May 14, 2017

Blog 35








Look at the code below.
What color will  "Good day!" be output in?

HTML
<p class="fancy"> Good day!</p>

CSS
.fancy {color:blue;}
p {color: pink;}

20 comments: