You should have already received the email with PPT attached.
Please do not change the name of CSS file.
Q: How to link my web page with css file?
A: Insert this line
<link rel="stylesheet" type="text/css" media="all" href="style.css" /> into the head part. Please note that "style.css" is your CSS file name. You can refer to the source code for details.
Q: Where can I find the CSS cheat sheet?
A: The version I mentioned in class: http://www.lesliefranke.com/files/reference/csscheatsheet.html
This course is designed to introduce web design through XHTML and CSS. Although there are lots of WYSIWYG softwares to assist in web design, XHTML and CSS remain as the backbone. Throughout the course, W3C web standards will be the guideline. HTML 5.0 and CSS 3.0 is comming out, however, we still use XHTML 1.0 and CSS 2.1 as main standard because it is an introductory course.