Vikram is creating a project in HTML. He wants to show the hyperlinks in it,but he does not know how to do this.Suggest to him the tag, which fulfils this particular requirement.
Answers
Answered by
15
Vikram needs to use an anchor tag to fulfill his requirements.
An anchor tag is used to create hyperlinks in an HTML web page. Anchor tag is a container tag and it has attributes, the most basic and important attribute is the "href" attribute which links one webpage to other webpage or media.
Syntax :
<a href=" "> Display text </a>
An anchor tag is used to create hyperlinks in an HTML web page. Anchor tag is a container tag and it has attributes, the most basic and important attribute is the "href" attribute which links one webpage to other webpage or media.
Syntax :
<a href=" "> Display text </a>
Answered by
8
to apply hyperlink the tag will be anchor tag ( container tag)
< a herf =" name of the another html file or web page"> text in which you want to apply hyperlink </a>
by applying the above syntax vikram will be able to show hyperlink
i hope its help ☆☆ :)
< a herf =" name of the another html file or web page"> text in which you want to apply hyperlink </a>
by applying the above syntax vikram will be able to show hyperlink
i hope its help ☆☆ :)
Similar questions