hey guys this is the part 18 of html series.in this video i am going to tell you about anchor tag. and i have cleared so many doubt so please watch this video till the end.
use of anchor in html.
complete information about anchor.
what is a tag.
meaning of redirect in html.
what is element.
meaning of tag.
complete structure of html.
what is href attribut.
meaning of href attribute.
what is download attribut
technical mishra.
how to code like technical mishra.
coding by badal mishra.
what is comment in html.
all doubt cleared about comment tag.
Html series part 18.
define the structure of html.
coding by technical mishra.
technical mishra.
#anchor tag
#technical_mishra
Technical Mishra
Anchor tag or A tag
The a tag defines a hyperlink, which is used to link from one page to another.
The most important attribute of the a element is the href attribute, which indicates the link's destination.
By default, links will appear as follows in all browsers:
• An unvisited link is underlined and blue
• A visited link is underlined and purple
• An active link is underlined and red
• Tip: If the a tag has no href attribute, it is only a placeholder for a hyperlink.
• Tip: A linked page is normally displayed in the current browser window, unless you specify another target.
You can link images audio video url,wepage
Attribute
Href=”filename”
Download=”pic”
Target=”self,blank parent,top”