Week 2: Advanced Web Page Design
Day 1: HTML Review
1.1: Creating an HTML Document
To create a new HTML document
1.2: Intro to HTML
Basic HTML Document, Title, Background Colors, Text Colors, Paragraphs and New Lines, Text Size, Text Formatting
1.3: Images and Links
Images: Borders, Alternate Text, Resizing, Alignment, Background; Links: Colors, Images
1.4: Lists and Tables
Lists: Bullets; Tables: Borders, Colors, Resizing, Aligning Data, Spanning Cells
1.5: Meta Tags and Validation
Meta Tags, Comments, Validation


Day 2: Cascading Style Sheets (CSS)
2.1: Introduction to CSS
What CSS is
2.2: Including styles
External stylesheet, Internal stylesheet, Inline style
2.3: CSS format
How CSS is written
2.4: CSS attributes
What one can do with CSS


Day 4: HTML Forms and PHP
4.1: HTML Forms
Forms, Input Types, Submission types
4.2: PHP Form Processing
PHP format, Capturing form data, Conditional statements