PHP Tags:
PHP lets you embed PHP code in regular HTML pages, and execute the embedded PHP
code when the page is requested.
These embedded PHP commands are enclosed within special start and end tags, like this:
<?php
... Your PHP code ...
?>