Learning Resources
		 
Hyper Linking
Hyperlinking, or Linking, is the ability to click on a bit of text or an image and have it jump you to another page, or area of a page. This requires both the Opening  and the Closing  Anchor Tag.
	
	Anchors also must have the HREF= (Hypertext Reference) attribute to work properly:
	
	 
	
	But this tag is still incomplete and will do nothing until you give it a place to link to:
	
	 
	
	Now to give your visitor something to click on, put some text between the opening and closing tag, like this:
	
	HTML Help For All

