InterviewSolution
Saved Bookmarks
| 1. |
How to specify the link in HTML and explain the target attribute? |
|
Answer» HTML PROVIDES a hyperlink - <a> tag to specify the links in a webpage. The ‘href’ attribute is used to specify the link and the ‘target’ attribute is used to specify, where do we WANT to OPEN the linked document. The ‘target’ attribute can have the following values:
|
|