HTML Comments
In order to comment something in HTML, you need to add the comment Tag.
Like this :<! —This is Comment — >
The code in which you use the comment will not be visible on the browser.
HTML Comments
In order to comment something in HTML, you need to add the comment Tag.
Like this :<! —This is Comment — >
The code in which you use the comment will not be visible on the browser.