<?php
echo "<h1> My first PHP script!</h1>";
echo "<p> Welcome to PHP Referance Site!</p>";
?>

My first PHP script!

Welcome to PHP Referance Site!