Can you create an ordered list inside an unordered list?

<body><ul><li>Top 3 Batman actors:<ol><li>Adam West</li><li>Michael Keaton</li><li>Christian Bale</li></ol> </li>   </ul></body></html>]]>

Nice!

Start with <ul> and end with </ul> to create an unordered list. Inside the ordered list start with <ol> and end with </ol>.