Senior Center of
Charlottesville

HTML class at the Senior Center(continued)

Teacher: Gus Goldsmith

June 06, 02

Lesson five

Helpful items to be found on the Web

I - Lessons on Lists

Review

  1. The path to "notepad" is Start>Programs>Accessories> Notepad
  2. "Save as" in A:/floppy disc.
  3. Name the page as "first.html" with "all types"- Save.

Tips

--To get to Floppy A from "my documents": Click the black arrow. From the drop down window click on 3 floppy A:/
--To change the file name: One click on the icon, wait for 2 seconds and give it another click. Type on the new name or use the insertion cursor to add or remove what you need or no longer do
--For a large amount of text or graphic to save, use Zip drive. Do not confuse it with zip program.


Start

Helpful items to be found on the Web

A-The first list we learn now is the "definition list"

Type the tag"dl". Underneath that, type "dt"meaning definition term, which is what we are going to talk about. Let's type Health Care after that tag.
Now add the tag "dd" that is the body of text that explains what Health care is. So, let's type after the "dd"tag: The medical information appearing in the pages that follow are not to be considered as an endorsement or as medical advice.
Save and refresh.
You will see something like this:

Health Care:
the Medical information appearing in the pages that follow are not to be considered as an endorsement or as medical advice.

If you have more to add to the list, you just add another "dt" to each new item.
Now go ahead and add "bold" and a new header to the line Health Care if you like.
It should look like so:

Health Care:

the Medical information appearing in the pages that follow are not to be considered as an endorsement or as medical advice.

B- the ordered list "ol" and Un-ordered list "ul"

The ordered list begin with "ol" and the un-ordered list with "ul". In both cases you will start each of the following items with "li". Remember the closing tags. We will continue under Health Care with 3 subdivisions: UVa Medical Center, Martha Jefferson Hospital and Health Net. List them with the "unordered list" tags, they will look like this after "refresh":


More example of "definitions list" tags: We have listed the first item as Health Care, now we want to list a second item as Computer Information and we will give it a definition as: Technical information for html enthusiasts. Then we will use the ordred list "ol" to list 3 more subdividions : Web teacher, Netscape, and Other sites. Again we should use the tags "dl" "dt' and "dd" for the definition list and "ol" and "li" for the ordered lists.

Start with:
"dl". Add "dt".
Type "Computer Information".
Add "dd".
Type "Technical information for html enthusiasts. Close the tags at their proper places. Then start the ordered list. Do not forget the closing "dl" tag at the end, and the headers also.
The whole thing will look like this:

Computer Information

Technical information for html enthusiasts.

  1. Web teacher
  2. netscape
  3. other sites

End of lesson Five


Lesson Sixth

Helpful Web sites (links) to be found on the Web

Review on :

  1. Header size
  2. Save as or Save in A:/ Floppy disc
  3. File name as html
  4. File type as "all files"
  5. Definition list "dl"; definition term "dt"; definition definition (?) "dd".

Tips: