I couldn't understand the difference between <a> and <link>. Please can anyone teach me about these? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

I couldn't understand the difference between <a> and <link>. Please can anyone teach me about these?

9th Jul 2019, 12:49 AM
Rajnish Kush
Rajnish Kush - avatar
9 Answers
+ 12
Thanks to Google 👇 this might help you 👇 https://goo.gl/search/a+vs+link+html In HTML, what is the difference between an 'anchor' and a 'link ... <a> An anchor tag is used to make what is usually referred to as links, but a link tag does not create a clickable link, which might be what you'd expect. ... <link> A link tag can only be used in the document header, and is used to "link in" other resources to the document. The most common use is to fetch stylesheets (.css files).
9th Jul 2019, 12:54 AM
KingDaniel2004
KingDaniel2004 - avatar
+ 9
Thanks all of you.
9th Jul 2019, 5:26 PM
Rajnish Kush
Rajnish Kush - avatar
+ 9
🇮🇳King🇺🇸Daniel🇫🇷 as you said that link tag is used in document header. Is it? Document header of <head> tag? Confirm it to me please brother.
10th Jul 2019, 5:55 AM
Rajnish Kush
Rajnish Kush - avatar
+ 7
Link is used in the <head> element and it is for incorporating external files. Yet <a> is used to link between pages
9th Jul 2019, 10:10 AM
John Makone
John Makone - avatar
+ 4
link used for downloading automatically file in client side like if you have some external css and set it to link tag it's download these css. a tag used for navigation from one webpage to another weppage.
9th Jul 2019, 2:57 PM
Rohit Kumar Srivastava
+ 4
Bihari Babu Check this out bro👇 you will get an idea of header https://www.sololearn.com/learn/HTML/2199/?ref=app
10th Jul 2019, 12:31 PM
KingDaniel2004
KingDaniel2004 - avatar
+ 4
Asobo Lesley nice question, ask it as your question. I also want to know.. please tag me also.
3rd Aug 2019, 5:58 AM
Rajnish Kush
Rajnish Kush - avatar
+ 1
Link use for reference and anchor tag help to switch one to another.
15th Jul 2019, 3:16 PM
Anish Jadhav
Anish Jadhav - avatar
+ 1
How can i import a picture to css file from my phone?
3rd Aug 2019, 3:26 AM
Asobo Lesley
Asobo Lesley - avatar