
What is a Hypertext link?

Hi friends,
We will introduce you to the <a> anchor tag of HTML. An Anchor tag is a hyper link. It is used to
create a link from one page to another document like html, video etc. It may be of two types:
1-Internal(within site) 2-External(outside site) Text written in anchor tag will be colored and underlined.
Syntax of anchor tag in HTML.

We will introduce you to the <a> anchor tag of HTML. An Anchor tag is a hyper link. It is used to
create a link from one page to another document like html, video etc. It may be of two types:
1-Internal(within site) 2-External(outside site) Text written in anchor tag will be colored and underlined.
Syntax of anchor tag in HTML.
<a href="value">Text Area</a>

We will introduce you to the <a> anchor tag of HTML. An Anchor tag is a hyper link. It is used to
create a link from one page to another document like html, video etc. It may be of two types:
1-Internal(within site) 2-External(outside site) Text written in anchor tag will be colored and underlined.
Syntax of anchor tag in HTML.
<a href="value">Text Area</a>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.