Create home page website

<!DOCTYPE html>

<html>
<head>
  <title>Beginner PHP </title>
</head>

<body>
  <h1>Welcome to sreanphp.blogsopt.com</h1>
 
  <p>A Home Page (Index.php)</p>
  <p>A Style Sheet (Site.css)</p>
  <p>Include files (Header.php, Footer.php)</p>
</body>

</html>