Saved Bookmarks
| 1. |
What is use of the href attributes of tag? Give an example. |
|
Answer» Answer: href is the hyperlink in simple i say it is the website link where user want to GO it can contain any valid or invalid domain. But it is VERIFIED at the time of user clicks only. If the Link contain then user will redirect to that page else 404 Not FOUND Page Will Show on the Page Explanation: This Url contains a Valid Url So User Will directly go to the google page. This Url contains a InValid Url So User Will directly go to the 404 page. href main USAGE is redirect the user to the particular page of the page. |
|