Saturday, 7 March 2015

TASK: EXERCISE 7.2: USING NAVIGATION ICONS.

Now you can create a simple page that uses images as links. When you have a set of related web pages, it’s usually helpful to create a consistent navigation scheme that is used on all of the pages.
This example shows you how to create a set of icons that are used to navigate through a linear st of pages. You have three icons in GIF format: one for forward, one for back, and a third to enable the visitors to jump to the top – level contents page.

First, you’ll write the THML structure to support the icons. Here, the page itself isn’t very important, so you can just include a shell page:

INPUT

<! DOCTYPE html PUBLIC”-//W3C //DTDXHTML 1.0 transitional//EN”

“Http: //www.w3.org/TR/xhtml1/transitional.dtd”>

 <Html >

<Head >

<title> Motorcycle Maintenance: Removing spark plugs </title>

<h1> removing spark plugs</h1>

<p> removing spark plugs </h1>

<p> (include some info about spark plugs here) </p>

<hr/>

</body>


</html>


Figure 7.13.shows how the page looks at the beginning. 

No comments:

Post a Comment