Javascript

Accordion

To have a working accordion simply add the class accordion to a empty a class. the following p tag will expand on click.

Click below to expand the accordion

This is the accordion

This is the body of the accordion...

<p>
  <a class="accordion">This is the accordion</a>
</p>
<p>This is the body of the accordion...</p>