Tuesday, 17 July 2012
How to Jump to another part of a document in html
<!DOCTYPE html>
<html>
<body>
<p>
<a href="#C4">See also Chapter 4.</a>
</p>
<h2>Chapter 1</h2>
<p>use your texts here</p>
<h2>Chapter 2</h2>
<p> use your texts here </p>
<h2>Chapter 3</h2>
<p> use your texts here </p>
<h2><a name="C4">Chapter 4</a></h2>
<p> use your texts here </p>
<h2>Chapter 5</h2>
<p>This chapter explains ba bla bla</p>
<h2>Chapter 6</h2>
<p>use your texts here</p>
<h2>Chapter 7</h2>
<p> use your texts here </p>
<h2>Chapter 8</h2>
<p> use your texts here </p>
<h2>Chapter 9</h2>
<p> use your texts here </p>
<h2>Chapter 10</h2>
<p> use your texts here </p>
<h2>Chapter 11</h2>
<p> use your texts here </p>
<h2>Chapter 12</h2>
<p> use your texts here </p>
<h2>Chapter 13</h2>
<p> use your texts here </p>
<h2>Chapter 14</h2>
<p> use your texts here </p>
<h2>Chapter 15</h2>
<p> use your texts here </p>
<h2>Chapter 16</h2>
<p> use your texts here </p>
<h2>Chapter 17</h2>
<p> use your texts here </p>
</body>
</html>
This post was written by: Bharathi
Bharthi is a professional blogger, web designer and front end web developer. Follow him on Twitter
Subscribe to:
Post Comments (Atom)
0 Responses to “How to Jump to another part of a document in html”
Post a Comment