Homework Eleven

Read the article here and answer the following questions:

 

Describe the differences between these four types of errors:

 

 

 

 

 

 

 

 

 

 

Read the article on Design Time Style Sheets

 

 

 

 

 

 

 

 

 

Homework Eleven

  1. Open hw4.html and select File> Save as hw11.php
  2. Remove the header and nav divs entirely
  3. Replace these two divs with links to the following includes that you created earlier in chapter 12:
    1. Header.inc.php that links to the header div which contains an image
    2. 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.

  4. 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