Page 1
next
|
<html>
<head>
<title>Page 1</title>
</head>
<body>
<h3>Page 1</h3>
<ul>
<li> Item 1</li>
<li> Item 2</li>
<li> Item 3</li>
</ul>
<p> </p>
<a href="p2.html"
target="w2">next</a>
</body>
</html>
|
|
Page 2
prev
next
|
<html>
<head>
<title>Page 2</title>
</head>
<body>
<h3>Page 2</h3>
<ul>
<li> Item 1</li>
<li> Item 2</li>
<li> Item 3</li>
</ul>
<p> </p>
<a href="p1.html"
target="w2">prev</a>
<a href="p3.html"
target="w2">next</a>
</body>
</html>
|
|
Page 3
prev
next
|
<html>
<head>
<title>Page 3</title>
</head>
<body>
<h3>Page 3</h3>
<ul>
<li> Item 1</li>
<li> Item 2</li>
<li> Item 3</li>
</ul>
<p> </p>
<a href="p2.html"
target="w2">prev</a>
<a href="p4.html"
target="w2">next</a>
</body>
</html>
|
|
Page 4
prev
|
<html>
<head>
<title>Page 4</title>
</head>
<body>
<h3>Page 4</h3>
<ul>
<li> Item 1</li>
<li> Item 2</li>
<li> Item 3</li>
</ul>
<p> </p>
<a href="p3.html"
target="w2">prev</a>
</body>
</html>
|
|