. How to specify the link in HTML and explain the target attribute?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between canvas and svg?
What is zhtml?
Is it ol or ol?
Which element has not removed from html5?
What is layer attribute in dhtml?
Is there any way to keep list elements straight in an HTML file?
What is a web worker in html5? Explain
What is td in html?
How include js file in html?
What is the difference between a bulleted and numbered list?
What are the features of html5?
What is an xhtml element attribute?
What is the difference between title tag and h1 tag?
What is an element in html?
What is the svg element?