. 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 html shiv?
How we can change the size of image in html?
Tell us something about the new
How does a div tag work?
What are the advantages of flash?
What is the difference between b and br tag?
What is a tag for writing?
Which tag is used to insert images into your web page?
What is an image map?
What is the use of span in html and give one example?
What is li a in html?
What are the different types of Headings supported by HTML?
What is the article title?
What is purpose of watchPosition() method of geolocation object of HTML5?
Can I prevent a form from being submitted again?