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