Add another list item to the unordered list.

<html>
<body>
All time great books
<ul>
  <li>In Search of Lost Time</li>
  <li>Don Quixote</li>
  <li>Ulysses</li>
  </ul>
</body>
</html>]]>

Make to assemble <li>Ulysses</li>.