Throughout the semester, a comprehensive web site that incorporated PHP and MySQL will be created and modified. At the end of each chapter in the text, there are Discovery Projects related to a web site with a Chinese Zodiac theme. This web site will be updated as each chapter of the book is completed. There may be other assignments as the class progresses, but this will be the main activity. For the first assignment no actual PHP programming will be required so it can be done without and PHP expertise.
Although not required, it is highly recommended that you use Komodo Edit, Dreamweaver, or some other editor to complete the assignments. Some of their features can definitely help you with debugging PHP code which can be very challenging at times.
Also http://www.cheat-sheets.org/saved-copy/HTML-XHTML_Tag_Sheet.pdf especially pp. 4-6 should be helpful.
/*------------------------------------------------------------------
COLORSBackground: #FFFFFF (white)
Content: #000 (black)
Header h1: #F00 (red)
Footer: #c6c6c6 (gray)a (standard): #0000FF(blue)
a (visited): #0F0 ( bright green)
a (active): #FF0000 (red)TYPOGRAPHY
Body: 1em Tahoma, Verdana, Arial
Headers: 2.7em/1.3em "Times New Roman", Georgia, serif;
Navigation Buttons: .75em Tahoma, Verdana, Arial;
Notes: decreasing heading by 0.4em with every subsequent heading level
-------------------------------------------------------------------*/