<!DOCTYPE html>
<html>
<body>

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