Magic Trick HTML

Published:

1 min read


Hey hey hey, these are the magic ingredients of HTML

Hey hey hey! Welcome to HTML – where tags do the magic. Let’s dive in!

  1. Reverse numbering list using reverse tag
<ol reversed>
  <li>Item 1</li>
  <li>Item 2</li>
  <li>Item 3</li>
</ol>