Web Page Tutorial #3 HONR 259J by Jason Schlauch The World Wide Web is a pretty big place. There are millions of pages, most of which are linked together in some way. The first two tutorials demonstrated how to link pages together, and how to include images. This tutorial will combine those ideas, and demonstrate how to make images into navigation icons. Also, we will discuss how to use anchor tags so that visitors to your site can quickly access content. Simple Navigational Tools ------------------------- If you've browsed the web for even a short time, you've probably already seen navigation icons and bars. These simple graphics, such as arrows and bullets, serve as graphical enhancements to boring text links. Creating a site that is easy to navigate is important. Using graphics can convey ideas quickly and powerfully. So, let's start adding navigation power to your class pages. Start by creating a new page. We'll call this page nav1.html. Create this page by typing "pico nav1.html". In this page, we'll type the following: ---