HTML Tutorial
						Menu
		
			
						HTML Forms
						Menu
		
			
						HTML Graphics
						Menu
		
			
						HTML Media
						Menu
		
			
						HTML API
						Menu
		
			
						Html Link Bookmarks
Create a Bookmark in HTML
When a web page is very long, bookmarks can be useful.
To create a bookmark – first, create the bookmark, then add a link to it.
When the link is clicked, the bookmarks help to scroll down or up to the page.
Add Comments
Comments can place notifications and reminders in the HTML code:
Example
Let’s use the id attribute to create a bookmark:
<h2 id=”C4″>Tutorial</h2>
				
					
Chapter 1
This chapter explains ba bla bla
Chapter 2
This chapter explains ba bla bla
Chapter 3
This chapter explains ba bla bla
Chapter 4
This chapter explains ba bla bla
Chapter 5
This chapter explains ba bla bla
Chapter 6
This chapter explains ba bla bla
Chapter 7
This chapter explains ba bla bla
Chapter 8
This chapter explains ba bla bla
Chapter 9
This chapter explains ba bla bla
Chapter 10
This chapter explains ba bla bla
 
				
			
		