| Home | Calendar | Syllabus | Projects | Contact | Links |
| Calendar Old Announcements Syllabus Online Projects Webzine Project Doc Re-Purposing Web Site Evaluation E-Portfolio Lab Assignments Lab #1 Lab #2 Lab #3 Lab #4 Lab #5 Lab #6 |
Lab #4: Designing with Cascading Stylesheets What You Need to Complete this Lab
Lab Assignment For this lab, you will practice utilizing Cascading Style Sheets (CSS) in your Web pages. Web designers use cascading stylesheets because CSS offers better control of Web page elements, particularly text elements, but also elements like page layout. CSS makes “leaner” code, which increases download times and makes Web pages more accessible to visually impaired users. Perhaps most importantly, by linking to an external CSS, designers can create, maintain, and update a uniform design across multiple pages of a Web site. As Mulder explains in his “Stylesheets Tutorial,” Creating CSS is as simple as adding new code within the <head> tags of a Web page. It’s a little tricky learning how to add CSS in Dreamweaver, but once you get the hang of it, all you really need is to remember which declarations you want to achieve and which selectors are best for achieving them. (Don’t recall the difference between a selector and a declaration? You better go back and review Mulder’s tutorial, particularly lesson 1.) For lab #4, you must re-create a new version of the Web site you created for lab #3, only this time you must use only CSS to achieve the same design, including layout and text elements. You cannot use any borderless tables to achieve the two column layout. To make it a little more challenging, your page must include the following:
The first step to completing lab #4 is to learn how to use CSS in Dreamweaver. If your computer has IE 6.0 and a fast connection, the best way to learn about CSS in Dreamweaver is to view the Macromedia Online Seminar (first bullet below). If you can’t view the demo, read the “How to Create an External Cascading Style Sheet” tutorial (second bullet below). The Online Seminar is very good, just remember that the online seminar discusses Dreamweaver MX 2004, but only MX (not MX 2004) is installed in CBC C309.
The second step is to build the page using:
But remember: no tables allowed! |
||
| Home | Calendar | Syllabus | Projects | Contact | Links |