PHP - Hello World 1 August 2024·14 words Technical Note WordPress Author icysamon I really love making things by hand and turning my ideas into reality. <!DOCTYPE html> <html> <head> <title>HEAD</title> </head> <body> <?php echo ‘<p>Hello World</p>’; ?> </body> </html>