Select Language:

comment

about comment :
  • comment element used to insert a comment in the source code. A comment will be ignored by the browser. You can use comments to explain your code, which can help you when you edit the source code at a later date.
  • comment element can also store program-specific information inside comments. In this case they will not be visible for the user, but they are still available to the program. A good practice is to comment the text inside scripts and style elements to prevent older browsers, that do not support scripting or styles, from showing it as plain text.

comment attrib :

no atribbute

commnet example :

<!--Your comment. Comments are not displayed in the browser-->
<p>Your paragraph.</p>



origin by : w3schools.com

0 comments: