- Three links on the same line followed by an image on a different line
- Three links on different lines followed by an image on a different line
- Four links on the same line
- Three 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.