Skip to content

Instantly share code, notes, and snippets.

@SitesByYogi
Created June 22, 2023 00:34
Show Gist options
  • Save SitesByYogi/034437f0b1074ce5a45b12e7104373f3 to your computer and use it in GitHub Desktop.
Save SitesByYogi/034437f0b1074ce5a45b12e7104373f3 to your computer and use it in GitHub Desktop.
HTML List Tag
<ul>
<li>Item 1</li>
<li>Item 2</li>
</ul>
<ol>
<li>Item 1</li>
<li>Item 2</li>
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment