+ 1
HTML Comments
Sorry!Guys am a kinda of a begginer and am having a problem in understanding what the HTML comments are and what do they do(function in the HTML file)
2 Respostas
+ 5
Generally comments are used to explain the role of that part in the code.
It is used to give more clarity for the viewers what is actually happening there.
comments are not read by compilers.
+ 1
They do nothing ,they are like any other comment you use in any Language out there ,for providing description of what is happening so others may pick up quick while going through your html file ,you should go through Html course or use Google as well