Is there any other use of tag? which is useful or it's only for to link css and favicon.?
and what is the difference between <a href=#> and <link>? is link only can be placed in <head>
Is there any other use of tag? which is useful or it's only for to link css and favicon.?
and what is the difference between <a href=#> and <link>? is link only can be placed in <head>
There are all sorts of uses for link. Here's a list from the HTML5 specification. Link to alternate versions of the page, an icon for the page, the first/next/previous/last page of a series (if it's a series), ...