Skip to content

Instantly share code, notes, and snippets.

@media317
Created March 8, 2017 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save media317/130b0e5d912bb1b9c26c42335cca8761 to your computer and use it in GitHub Desktop.
Save media317/130b0e5d912bb1b9c26c42335cca8761 to your computer and use it in GitHub Desktop.
FAQ Toggle HTML
<ul class="faq-list">
<li><a href="#" class="question">Question One</a>
<div class="answer">
<p>Answer to Question One.</p>
</div>
</li>
<li><a href="#" class="question">Question Two</a>
<div class="answer">
<p>Answer to Question Two.</p>
</div>
</li>
<li><a href="#" class="question">Question Three</a>
<div class="answer">
<p>Answer to Question Three.</p>
</div>
</li>
<li><a href="#" class="question">Question Four</a>
<div class="answer">
<p>Answer to Question Four.</p>
</div>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment