Links:
Links are bridges among websites or different documents. They lead you to either another page in the same website or to another website.
There are three types of links:
- Internal Links: Connect you to anchors on the same page
- Local Links: Connect you to other pages within the same website
- Global Links: Connects you to other sites.
Creating a Tag:
The Tags which are used to create links are the <a> and <a/> tags.
Tag <a> is placed in the starting of the link whereas tag <a/> is placed at the end after the completion of the link.
Below is an example given how to create a link:
This is <a href=http://visualbuilder.com> Visualbuilder <a/>
Here, we have created link for Visualbuilder.com using the term ‘visual builder'.
It is simple to create links. All you need to do is:
- Mention the target in <a href= “ ”>.
- After the bracket, place the term which you want to use as a link
- Put the tag <a/> at the end
Html Discussion
- - Help me in HTML coding
- - Need Some HTML help
- - How to use HTML to make a
- - What is Markup language?
- - What is HTML?





