Headings: [Skip]

Web-Design Tutorials by Dr Sam

CSS, the Cascade

Menu [Skip]

Class Attribute

Repeating a class in a page

We are not limited to any number of times we may apply a class to elements in a document. So, let's apply Miss Muffett's styles a number of times, to more than one <p> tag and to more than one <span> tag in this page:

Little Miss Muffet

Sat on a Tuffett

The underlying structure looks like this in the page-source:

<p class="muff01"><span class="muff02">Little Miss Muffett</span></p>

<p class="muff01"><span class="muff02">Sat on a Tuffett</span></p>