HTML is a hypertext markup language it can be used to design websites so in HTML some tags which open closes at the end like this and some tags which just opens won't close at the end like <br> tag which we can also say as a line break tag.
So let's see how we can use it;
Example of html tags
<Html><H1>this is the big heading tag which is necessary to close at the end of sentence <\H1>
<H2>so <BR> tag breaks the line at the end, and we don't need to close it at the end</H2><BR>
<H3>So this is the example of tag<\H3>
</Body>
</Html>
So I hope you will like this article so for more article like this subscribe our blog