InterviewSolution
Saved Bookmarks
| 1. |
Difference between link tag and anchor tag ? |
|
Answer» The anchor TAG <a> is used to CREATE a hyperlink to ANOTHER webpage or to a certain part of the webpage and these links are clickable, WHEREAS, link tag <link> DEFINES a link between a document and an external resource and these are not clickable. |
|