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!
- Reverse numbering list using reverse tag
<ol reversed>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ol>
-->
Skip to contentPublished:
1 min read
Hey hey hey! Welcome to HTML – where tags do the magic. Let’s dive in!
<ol reversed>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ol>