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