please solve ..........
Attachments:
Answers
Answered by
1
Short note on Anchor tag:
(1) It is used to create a link between one web page to another web page.
(2) Actually, It creates a hyperlink, when we click on that hyperlink it can take us from one webpage to another web page
(3) Its attributes are:
(a) Download
(b) Href
(c) hreflang
(d) media
(e)rel
(f) target
(g) type.
Example:
<a href="www. facebook. com " > Click on it</a>
Hope this helps!
(1) It is used to create a link between one web page to another web page.
(2) Actually, It creates a hyperlink, when we click on that hyperlink it can take us from one webpage to another web page
(3) Its attributes are:
(a) Download
(b) Href
(c) hreflang
(d) media
(e)rel
(f) target
(g) type.
Example:
<a href="www. facebook. com " > Click on it</a>
Hope this helps!
siddhartharao77:
:-)
Similar questions