InterviewSolution
Saved Bookmarks
| 1. |
What is hyperlink? why it is used? |
|
Answer» A hyperlink in HTML is a TEXT of an image on a web page that when CLICKED by the user redirects him to a NEW web page. Hyperlinks, or links, are defined with <a> tag. The primary use of Hyperlinks is to link ONE web page to another. |
|