Multiple CSS Rules
Preview
Code
<style>
h1{
color:#dc2626;
}
p{
font-size:18px;
}
</style>
<h1>CSS Introduction</h1>
<p>This paragraph has larger text.</p>
<style>
h1{
color:#dc2626;
}
p{
font-size:18px;
}
</style>
<h1>CSS Introduction</h1>
<p>This paragraph has larger text.</p>