Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

CreateComment() Example

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