Quote Originally Posted by Shivani View Post
Hello Guys,

HTML tags are the hidden keywords within a web page that define how your web browser must format and display the content.
Most tags must have two parts an opening and a closing part.


I have a doubt do every HTML tags have end tag?
Most of the time, yes! But some like <hr>(horizontal line) and <br> (break)don't need a closing tag. They work just fine as they are.