Reveal.js - Unordered List


/ Published in: HTML
Save to your folder(s)

Reveal.js - Template Unordered List


Copy this code and paste it in your HTML
  1. <section>
  2. <h2>Marvelous Unordered List</h2>
  3. <ul>
  4. <li>No order here</li>
  5. <li>Or here</li>
  6. <li>Or here</li>
  7. <li>Or here</li>
  8. </ul>
  9. </section>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.