Q9
Single choice
What color is the paragraph text under these rules?
Markup: <p id="note" class="alert">Notice</p>
CSS: p { color: black !important; }
#note { color: red; }
.alert { color: blue !important; }