Week #5
* Talk about "PROJECT #1"
*Assign "PROJECT #2"
*Review file management
WWW : History
*Open "Dreamweaver"
(Rollover Images)
img { border: solid #000 10px; }
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:
Homework :
- Project #1 should be completed
- Project #2 is due during Week #8, it should be started by Week #7