. 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 the two basic tags in html list?
List out the new features of html5?
What is the difference between static html and dynamic html?
Why to use figure tag in html5?
Does a tag is a html tag?
What does id mean in html?
How long does it take to learn html?
How do you refer to the .css file in the web page?
Does safari use html5?
What is inline tag?
What is lang attribute?
What is dom in browser?
What is an image map in html ?
Should I use tables in html?
Why hyperlink is used?