HTML class Attribute
Preview
Code
<style>
.highlight {
background-color: yellow;
}
</style>
<p class="highlight">This text uses a class attribute.</p>
<style>
.highlight {
background-color: yellow;
}
</style>
<p class="highlight">This text uses a class attribute.</p>