Assignments

Create a library directory (folder), you may name it myLib under the htdocs directory in your XAMPP installation.

In myLib create a directory includes for include files, a directory styles for general stylesheets, and a directory js for general JavaScript files

In includes you must create the three, xhtmlTop, xhtmlNeck, and xhtmlFoot include files.

Now create a project1 directory in the root directory of your server. In that new project directory do the following: Create myProjHead referring to a minimal stylesheet of your own. The stylesheet being project specific, and the include file both go into the project directory. Then write an XHTML page as myFirstPHP.php of arbitrary content. This program also goes into the project directory you just created. Test everything until it is error free.

The whole thing must look like this: