Druk "Hello world" af in php.
Er is geen input.
Hello world
<html> <head> <title>Hello world</title> </head> <body> <?php echo '<p>Hello World</p>'; ?> </body> </html>