+ 13
I couldn't understand the difference between <a> and <link>. Please can anyone teach me about these?
9 Respostas
+ 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).
+ 9
Thanks all of you.
+ 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.
+ 7
Link is used in the <head> element and it is for incorporating external files. Yet <a> is used to link between pages
+ 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.
+ 4
Bihari Babu
Check this out brođ you will get an idea of header
https://www.sololearn.com/learn/HTML/2199/?ref=app
+ 4
Asobo Lesley nice question, ask it as your question. I also want to know.. please tag me also.
+ 1
Link use for reference and anchor tag help to switch one to another.
+ 1
How can i import a picture to css file from my phone?