Internal CSS Example
Preview
Code
<style>
p {
color: blue;
font-size: 18px;
}
</style>
<p>This paragraph is styled using internal CSS.</p>
<style>
p {
color: blue;
font-size: 18px;
}
</style>
<p>This paragraph is styled using internal CSS.</p>