<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>This Document Contains Many Lists</title>
</head>
<body>
<p>For example, an unordered list:</p>
<ul>
<li><p>Some</p></li>
<li><p>Cool</p></li>
<li><p>List</p></li>
</ul>
<p>Followed by an ordered list:</p>
<ol>
<li><p>One</p></li>
<li><p>Two</p></li>
<li><p>Three</p></li>
</ol>
</body>
</html>