This stuff is doing my head in. :P
Is it possible to apply more than one class style to an element? e.g. I would like to do something like:
But obviously that syntax doesn't work. Any ideas? Thanks.
Is it possible to apply more than one class style to an element? e.g. I would like to do something like:
<h1 class="this" class="that"> Hello world! </h1>
But obviously that syntax doesn't work. Any ideas? Thanks.