. How to specify the link in HTML and explain the target attribute?
Answer / nashiinformaticssolutions
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:
1. _self: This is a default value. It opens the document in the same window or tab as it was clicked.
2. _blank: It opens the document in a new window or tab.
3. _parent: It opens the document in a parent frame.
4. _top: It opens the document in a full-body window.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is local storage concept in HTML 5?
Explain html formatting elements?
Is <img> being replaced by <object> in XHTML2?
For what screen size should I write?
Why do we use the required attribute in html?
How to add video in background in HTML
How do I set the focus to the first form field?
What is the correct html5 element for playing video files?
How to open a link in new tab or window?
What is browser in html?
Explain the advantage of collapsing white space?
Why is html important?