Also, there's a special symbol at the end of every line.

What kind of symbol was that again?

 <body>
  Welcome, friend!
 </body>
</html>
]]>

Yes! The semicolon tells the server that it can move to the next line.

We don't want to end the whole script just yet, do we?