<!DOCTYPE html> <html> <body> <?php echo strtoupper("Hello WORLD."); ?> </body> </html>
<?php echo strtoupper("Hello WORLD."); ?>