Homework Eleven
- Open hw4.html and select File> Save as hw11.php
- Remove the header and nav divs entirely
- Replace these two divs with links to the following includes that you created earlier in chapter 12:
- Header.inc.php that links to the header div which contains an image
- Menu.inc.php- change the links to a Spry menu nav bar with four menu items that link to:
- Homeworks 1-10
- Friends of Ed website
- 2 articles on PHP
- 2 articles MySQL
Note: Header and Menu includes should appear immediately after the opening of the container div.
- Remove the footer div and replace it with Footer.inc.php that links to a footer div with your name, copyright symbol, and current date. Use the link to http://www.tizag.com/phpT/phpdate.php and read the PHP Date- Reference section to format for the current date using full month, date, and year. Note: Footer include should be the last line of code before the close of the container div