Monthly Archives: September 2013

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: 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…
Read more