this week you were to:
- keep working on "Project B"
- have some html pages (& CSS) finished
- finish as much of the site as you can
- add video, (or do research on how to add sound)
- try adding a slideshow, or animation
<embed src="porlock.mp3" width="320" height="32"></embed>
or
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>