Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed (UPI) Chapter 2: HTML Essentials: Elements and Lists!
Instruction
Nested Lists
<style> .markdown-zone ul li li, .markdown-zone ol li li { list-style-type: auto; } </style>
Nested lists are lists within lists, ideal for representing multi-level categories or sub-steps in a process.
-
Structure: You can nest
<ul>
or<ol>
lists inside<li>
elements of a parent list, creating a hierarchical list structure.
Example:
<h1>How to Use the...