HTML Coding, Continued

Tom Kelliher, CS 102

Oct. 20 2006

Administrivia

Announcements

Assignment

Read 4.8-4.10. Online quiz. See class home page for four questions.

From Last Time

HTML coding.

Outline

  1. Review HTML tags.

  2. Continue with HTML coding lab.

  3. Quiz.

Coming Up

Image editing.

HTML Tag review

Review the tags from last time.

Lab

New things to try:

  1. Add a numbered (<ol>) or unnumbered (<ul>) list of four of your favorite web sites to your page.

    Use <li> to generate the ``bullets.''

  2. Create a second web page in your folder. Add some text and another image.

    Set some pleasing formatting.

  3. Use relative links to link the two pages.

  4. Test your pages (particularly the links) in IE.



Thomas P. Kelliher 2006-10-17
Tom Kelliher