Mega Code Archive

 
Categories / JavaScript DHTML / Javascript Objects
 

Create a Comment

<html> <body> Body content. <script language="JavaScript">     document.createComment("This is the comment text"); </script> </body> </html>