Creating Basic webpage with php and css

This tutorial covers how to create a basic webpage using PHP and CSS.  Using this process you will be able to expand on the design covered in this tutorial and create a complete webpage/website in PHP and styled with CSS. There are several sections of code referenced in the tutorial that can be found below for reference:

include “header.php”;

include “footer.php”;

link rel=”stylesheet” type=”text/css” href=”style.css

Leave a reply

Close