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
2.5: Example Stylesheet
An example external stylesheet


Day 3: JavaScript
3.1: Introduction to JavaScript
Adding JavaScript
3.2: Dynamic HTML
Javascript examples
3.3: Event-based Javascript
Javascript events
3.4: Functions
Using functions