CSCI 446 Unit #1

Preparation:

After this week I will assume everyone is comfortable with HTML and has some basic familiarity with CSS (we'll do more of both, especially CSS, in the next few assignments). For those who took CSCI 445, this unit should be pretty easy. If you are new to web programming, however, please be sure to spend enough time to feel confident.

We will use the tutorials on W3Schools to learn basic HTML and CSS. Topics are listed below as Read (concepts to understand), Skim (easy material, just get an idea) or Skip (some topics are obsolete, some we'll read later). For many of the topics I have included a list of concepts you should be sure to understand. This list is quite lengthy, so you might want to read a few, get started on the programming assignment, then alternate reading topics and working on the program.

HTML

Walk through the basic HTML tutorials. NOTE: I suggest using Chrome to view these tutorials (for some reason, the navigation sidebar doesn't always show up in FF on my machine).

CSS

Walk through the basic CSS tutorials.