Skip to content

Instantly share code, notes, and snippets.

@jan-molak
Created March 19, 2021 10:34
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 jan-molak/79ac1dea889df5d73ea353c646ceb5f5 to your computer and use it in GitHub Desktop.
Save jan-molak/79ac1dea889df5d73ea353c646ceb5f5 to your computer and use it in GitHub Desktop.
<form id="quiz">
<section class="quiz-question">
<h3>How much of Earth's water is fresh?</h3>
<ul class="answers">
<li>23%</li>
<li>3%</li>
<li>42%</li>
</ul>
</section>
<!-- ... more questions following the structure above -->
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment