<style>
p{
font-size: 14px;
font-style: italic;
background-color: silver;
color: blue;
}
</style>
<div>No styles applied here in the div tag </div>
<p style="color: white ; font-size:25 ;">
Does this text render as white or blue?<br>
14px or 20? Italicized or not?</p>
<p>what about this text</p>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.