why is there space gap between

```<body>
<header>

<nav id="header\_nav">
<a href="#">Home</a>
<a href="#">Youtube</a>
<a href="#">Spotfiy</a>
<a href="#">Discord</a>
<a href="#">Contact me</a>
</nav>
<h1>Welcome ! </h1>
</header>
<main>
<p id="greetings">Hi this is man <br>
I hope you are having a good day!
</p>
<img src="icon1.jpeg" alt="icon pfp">

</main>
<footer>

<nav id="footer\_nav">
<ul>
<li><a href="#">Instagram</a></li>
<li><a href="#">Youtube</a></li>
<li><a href="#">Spotfiy</a></li>
<li><a href="#">Discord</a></li>
</ul>
</nav>
<p>copyrights belongs to sad</p>
</footer>

</body>

```

this is the code idk why there is space in between

/r/css Thread Parent Link - i.redd.it