Anchor Tags are links to another section within the same page. They are created by using the the <a> tag and an ID.
Example:
- Link to Section 1 (the code would look like this: <a href="#Section1">See also Chapter 4.</a>)
- Link to Section 2
- Link to Section 3
- Link to Section 4
Section 1 (The code would look like this) <p><a id="Section1">Section 1</a></p>
Sample text here.