This Hello World is from HTML
To edit this file, copy and paste this code into your HTML editor:
<html>
<head>
<title>Hello World in PHP</title>
</head>
<body>
<?php echo "Hello World from PHP " . 5 * 100 . " times" ?>
<p>This Hello World is from HTML</p>
</body>
</html>