<html>
<body>
Marathon Results
<ol>
<li>Winners
<ul>
<li>Weiss, Michael</li>
<li>Tutukin, Ivan</li>
<li>Potts, Andrew</li>
</ul>
</li>
</ol>
<ul>
<li>Disqualified
<ul>
<li>Macheiner, Martin</li>
</ul>
</li>
</ul>
</body>
</html>]]>Start with <ul>
, then add <li>
. Inside it, start a nested unordered list with the <ul>
tag.