Comments are lines that can help us understand a script. We introduce them with two slashes.

 <body>
  Slim Shady
 </body>
</html>
]]>

Perfect! When a line starts with //, it's ignored by the server.

Don't we use the * sign to multiply two numbers?