Assignment #7 - Navigational Tools

Part 1

Create a "text" navigational menu for your web site. On this menu create links to each project (5, 6, & 7) and to your "Main" page.

The HTML for this file will be in a file located at

http://homepages.findlay.edu/username/565/assignment07/textmenu.asp

Notice that this file does not end with HTM as previous files have. The ASP extension is something that you will learn about in assignment 8. For now, just substitute ASP for HTM on this file name.

Put this "text" menu at the top or bottom (the exact position is up to you) of your "Main", assignment 5, 6 & 7 default.htm pages (four pages in all). All the links will be absolute links. Since the links are absolute, the same HTML code will work on all your pages.

This menu should look something like this

Main Assignment 5 Assignment 6 Assignment 7

I have placed each link inside a table cell. You don't need to make the cells different colors, but you should place the text menu inside a table.

Part 2

You will need to create five web pages for this part of the assignment. This will be a "mini" school site. The URL will be

/565/assignment07/school/default.htm

Create a graphic menu bar with the following links. All the files for this part of the assignment will be in the school folder.

Home - default.htm

Academics - academics.htm

Calendars/Events - events.htm

Athletics - athletics.htm

Students/Teachers - personal.htm

You can use either a server-side or client-side menu (your decision).

Place the graphic navigational menu on each web page in the school folder.