Hello World!
2/64
Agenda
Short Tags
<html>
<head>
<title>My first page</title>
</head>
<body>
Hello,
<?php
echo
$name
;
?>
!
</body>
</html>