How many list items will be on this website?
4
5
<html>
<body>
Life Goals
<ul>
<li>Learn to code</li>
<li>Sky dive</li>
<li>Write a book</li>
<li>Record an album</li>
</ul>
</body>
</html>]]>
This website will display four list items.