Result Size: 1264 x 100
x
 
<!DOCTYPE html>
<html>
<body>
<h1>Моя первая PHP страница</h1>
<?php
echo "Hello World!";
?>
</body>
</html>
                

Моя первая PHP страница

Hello World!