Hyperlink HTML
The HTML anchor element <a>, is used to define both hyperlinks and anchors.
We will use the term HTML link when the <a> element points to a resource, and the term HTML anchor when the <a> elements defines an address inside a document..
An HTML Link
Link syntax:The start tag contains attributes about the link.
The element content (Link text) defines the part to be displayed.
Note : The element content doesn't have to be text. You can link from an image or any other HTML element.
The href Attribute
The href attribute defines the link "address".This <a> element defines a link to WapZero:
it will be like this : WapZero
The target Attribute
The target attribute defines where the linked document will be opened.The code below will open the document in a new browser window:
it will be like this : WapZero