<!DOCTYPE html> <html> <body> <?php echo ucwords("hello world!"); ?> </body> </html>
<?php echo ucwords("hello world!"); ?>