student assignments
In the previous lesson you learned about organizing the information on a website, and assuring that websites are usable so that visitors can easily navigate the site, easily access information, and easily perform the site's intended functions. One common feature on websites that plays a key role in making sites usable is the site's navigational menu. In this lesson, you will create a navigational menu for your portfolio website.
At the completion of this exercise, you will be able to:
Throughout this course, you have been building a structured HTML list on your portfolio of each of your completed activities. You will now use this same list to build a navigation system for your portfolio. This list might not look like a typical navigational menu yet, but you will later change the way it looks by applying CSS to your entire site.
<ul id="NavList">
Show your instructor all the web pages of your portfolio; they should all now have an unordered list of web pages (your navigational menu) at the top.
Copyright © 2006 by University of Washington. Permission is granted to copy these materials for educational, noncommercial purposes provided the source is acknowledged. This product was funded by the National Institute on Disability and Rehabilitation Research of the U.S. Department of Education (grant #H133D010306). However, the contents do not necessarily represent the policy of the Department of Education, and you should not assume their endorsement.