What will be on this webpage?

A list of linksA normal listThree links in a paragraph<html>
<body>
  <ul>Menu
  <li><a href="index.html">Home</a></li>
  <li><a href="contact.html">Contact</a></li>
  <li><a href="about.html">About</a></li>
</ul>
</body>
</html>]]>

The website will display a list of links.