open closing tag html code example
Example 1: 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>
Example 2: what is element in html
HTML Elements are what make up HTML in general
<p> is an element