Adding comment in HTML page
We can add comments in our webpage very easily using a simple tag
known as comment tag.
Firstly you have to know that what do you meant by comment in any
programming language.
//
Comment is a line of code which is written in the program but it
can not be executed.It can only be written in program
to enhance the readability of program.
//
Syntax of adding comment in HTML
The syntax of adding comment in HTML is given below:-
<!-- THIS IS COMMENT -->
0 comments:
Post a Comment