ff

<html>
 <head>
  <title>Hello World</title>
 </head>
 <body>
 <?php
   
echo "Hello world";
  
?> </body>
</html>