- week 4 -
*Check Homework
ask about "Project A"
Student presentations next week
* Let's continue building a website
.gif vs. .jpg
* CSS styles can be applied to general page elements, CSS Classes, and specific items:
img { border: 0px; }
this applies to every image tag in the HTML document
.classy { color: red; }
this applies to a CSS class called classy.
<span class="classy" > Example of classy red text </span>
#about { background-color: #ccc; }
This rule applies to just the specific element that has an ID value of about:
Continue : More CSS Positioning & other fun stuff
by rS
Continue working with Dreamweaver
- rollover images
HOME WORK
- make your webpages look better for "Project A"
- finish the site