Group Selector
Preview
Code
<style>
h1,p{
color:#16a34a;
}
</style>
<h1>Heading</h1>
<p>This paragraph shares the same style.</p>
<style>
h1,p{
color:#16a34a;
}
</style>
<h1>Heading</h1>
<p>This paragraph shares the same style.</p>