First: Before the next class you all need to ensure you spent time reading the following links thoroughly. 1. DOCTYPE - http://www.w3schools.com/tags/tag_doctype.asp 2. HTML Tags - Get a good understanding of several tags @ http://www.w3schools.com/tags/default.asp, specifically table, iframe, link, button, input, div, span, p, a, ul, ol, li, select, option tags 3. Understand the fomat of color names using hex codes http://www.w3schools.com/tags/ref_colornames.asp 4. HTML Attributes - http://www.w3schools.com/html/html_attributes.asp - we took a look at couple of them already in class like border, bgcolor etc. 5. HTML 5 tags - http://www.w3schools.com/html/html5_new_elements.asp focus on additional tags like progress, meter, time, nav, aside, header, footer, article, section tags 6. CSS - http://www.w3schools.com/css/css_syntax.asp - basics of CSS 7. CSS ID and CLASS - http://www.w3schools.com/css/css_id_class.asp 8. CSS BOXMODEL - http://www.w3schools.com/css/css_boxmodel.asp 9. CSS Positioning - http://www.w3schools.com/css/css_positioning.asp 10. CSS floating - http://www.w3schools.com/css/css_float.asp