How to Create Anchor Tags

How to Create Anchor Tags

Anchor Tags are links to another section within the same page. They are created by using the the <a> tag and an ID.

Example:

Section 1 (The code would look like this) <p><a id="Section1">Section 1</a></p>
Sample text here.

Section 2
Sample text here.

Section 3
Sample text here.

Chapter 4
Sample text here.