When we combine PHP with HTML, we can create dynamic webpages.

 <body>
  Hi, I'm written in PHP
 </body>
</html>]]>

Yay! When we open this webpage, the server processes the script and sends only the output to the browser.

Don't forget! The more indented a line of code is, the more it goes to the center of the code block. Also, tags with '\' are ending tags.