A first look
<html> <head> <title>Example</title> </head> <body> <?php echo "<p>Hello</p>"; ?> </body> </html>
PHP code is embedded in special start and end tags.
PHP code is executed on the server.