Well, how to comment in HTML is a simple question with a simpler answer. As in any other language we can add comments in HTML code. HTML provides comment tag (<!– ..- ->) for commenting a part of code. The HTML comment tag makes sure that the comment tag and the part of the code […]