Wednesday, November 19, 2014

How to use HTML Comment

Definition of HTML Comment

HTML Comment is used to provide information to the programmer or designer in an HTML document that the browser will not display.  It is good practice to comment on your HTML code so when you revisit your code you have reminders why you coded the document a certain way.


Read more