To create a bookmark we can use any block or inline containers (a, span, p, h1, div) with appropriate id value:
<h2 id="C4">Chapter 4</h2> and then there are two ways to create a link to the bookmark:
1. <h1 href="#C4">Jump to Chapter 4</h1>
2. <a name="#C4">Jump to Chapter 4</a>
by Valeri Tandilashvili
5 years ago
HTML
links
HTML Tutorial for Beginners
2
Pro tip: use ```triple backticks around text``` to write in code fences