added the list with number <ol>

This commit is contained in:
2025-08-25 09:57:46 +00:00
parent 2fe1a2a666
commit 7c5fa2b71f

View File

@@ -12,6 +12,13 @@
<li>Test two</li>
<li>Test three</li>
<ul>
<ol>
<li>Test one</li>
<li>Test two</li>
<li>Test three</li>
</ol>
</body>
</html>