not all html elements need closing tags code example
Example: html how to close tag
<!--Take your starting tag and place it in the end with a / in front of it.-->
<p>Hello World</p>
<a href="#">Hello World</a>
<!--Take your starting tag and place it in the end with a / in front of it.-->
<p>Hello World</p>
<a href="#">Hello World</a>