<html>
<head><title>Space Facts</title></head>
<body>
<h1>Amazing Space Facts</h1>
<p>Space is incredibly vast and mysterious.</p>
<h2>The Planets</h2>
<ul>
<li>Mercury is closest to the Sun</li>
<li>Jupiter is the biggest planet</li>
</ul>
<a href="https://nasa.gov">Visit NASA</a>
</body>
</html>
Q1
What text appears on the browser tab?
Q2
How many items are in the list?
Q3
What website does the link go to?
Q4
How is <h1> different from <h2>?
Q5
What's the difference between <head> and <body>?