PDA

View Full Version : Multi-Level Lists



zeroslash
28 Aug 2010, 02:48 PM
Hey, is it possible to have multi-level lists in HTML? Such as:


<ul>
<li>This is...</li>
<ul>
<li>a test.</li>
</ul>
</ul>

According to W3's validator, I don't think it's possible to create one like that. Is there another way?