.php
PHP scripts are enclosed within <?php ... ?>.
<?php ... ?>
Example:
<?php echo "Hello World!"; ?>
Can be placed anywhere in an HTML document.