+ 1
It's completely different.
link tag is used for linking an external file with your html file.
Like a CSS file.
But a tag is used for redirection purpose, using href attribute you can specify the link where user should be redirected when clicked on that link



