HTML class Attribute

Example using the class attribute.

Preview

Code

<style>
.highlight {
  background-color: yellow;
}
</style>

<p class="highlight">This text uses a class attribute.</p>

More HTML Attributes Examples (9)