. 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 are style sheets?
How to validate xhtml documents online?
What is the meaning of dynamic web page?
How we can create dropdown list control in html?
What is purpose of clearPosition() method of geolocation object of HTML5?
tell me what is the ? Is it necessary to use in html5
Explain alternate text in image mapping?
What is nesting in html?
What is span tag in html?
Is there a site that shows which tags work on which browsers?
How do I do multiple colors of text?
How do you make decision when to use use HTML & xHTML ?
How to redirect using HTML?
How to create a hello world page in xhtml?
What does a href mean?