Използува се за групиране на елементи, а също и текст. Може да бъде полезно, при форматиране на текста с помоща на стилов файл или при включване на събитие от скрипт.

<A HREF="#sectionone-id">Jump to Section One</A>

The command above will jump to this:

<SPAN ID="sectionone">section One</SPAN>


<STYLE>
      .time { behavior: url(#default#time2);}
</STYLE>
Every second text will appear: One second Two Seconds Three seconds Four seconds Five seconds Done!


<SPAN>Every second text will appear:</SPAN>
<SPAN CLASS="time" BEGIN="1">One second</SPAN>
<SPAN CLASS="time" BEGIN="2">Two Seconds</SPAN>
<SPAN CLASS="time" BEGIN="3">Three seconds</SPAN>
<SPAN CLASS="time" BEGIN="4">Four seconds</SPAN>
<SPAN CLASS="time" BEGIN="5">Five seconds</SPAN>
<SPAN CLASS="time" BEGIN="6">Done!</SPAN>