01.29 - HTML

Review FTP, WebDav, Netfiles, page uploading.
1. finish homework and email URLS to Kevin.
2. EXERCISE: create a basic page (html, head (title), body tags, some text content) and upload to Netfiles.

A word about WYSIWYG, and about standards.

Text content and structure
1. lists (tags: ul, ol, li)
2. EXERCISE: add one ordered and one unordered list to your basic page and upload it.
3. paragraphs, headings (p, h1, h2, h3, h4)
4. EXERCISE: add a heading for your page, three paragraphs, and a few different headings
5. div's
6. EXERCISE: give each paragraph a unique div designation
7. color, backgrounds - [there are ways to do this in HTML but we're gonna save it for CSS.]
8. tables (tags: table, tr, td)
9. EXERCISE: create a table with three rows and four columns, with a border and spacing of your choosing.
10. http file structure and "index.html"

HOMEWORK:

Create a website with a homepage that contains a table of at least 20 cells, each containing an image and a word. Each word should be clickable to take you to a new page, which will contain a heading, a paragraph, and a link back to the homepage.

Create each page uniquely - it's better to type each page anew than do copy and paste, so that it gets into your body and brain. In the end you'll have at least 21 pages - the homepage plus one for each cell - each page should have its own title as well.

Upload to netfiles and test, email me the URL.