xxxxxxxxxx
<html>
<body>
<h1>Alternate between ol and ul elements when nesting</h1>
<ol>
<li>
first item
<ul>
<li>first item</li>
<li>second item</li>
<li>third item</li>
</ul>
</li>
<li>second item</li>
<li>third item</li>
</ol>
</body>
</html>