What does this code display?

Three links on the same line followed by an image on a different lineThree links on different lines followed by an image on a different lineFour links on the same lineThree links on the same line<html>
<body>
  <h3>Moonlanding Facts</h3>
  <a href="/index.html">Homepage</a>
  <a href="/conspiracies.html"> Conspiracies</a>
  <a href="/contact.html">Contact</a>
  <br>
  <img src="https://mimo.app/i/moon.png">
  <p>Welcome to the Moonlanding Facts Homepage!</p>
</body>
</html>]]>

Three links on the same line followed by an image on a different line.