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 :
Get started on "project_a"
Due next week:
- familiarize yourself with HTML & CSS, start planning the website
- pick a topic
- do some research
- come up with an idea, write a paragraph or 2 about it
- save it as a .pdf file.
- add link from your class web page, to your .pdf file
- get (or make) digital images
**draw site structure and wire frames
- start designing and building an informative website based on your research.
Note:
- no need to upload your homework this week : )
Next Week:
- More CSS
- CSS3
- Adobe Dreamwever
*Continue working on 1st project