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 all html tags have end tags! But tags like

  1. <img> for image
  2. <input>
  3. <br> or </br> though it is deprecated self-closing tags mostly render properly with the browser even if they are not closed. But when you are coding you should follow best coding practices. So it is something good you follow in coding.