. 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 are new media elements in html5?
How can I get h1 tag?
What is an anchor tag?
How do you make frames?
What are some html5 new tags?
Why do we add doctype in html?
Is there a way to get indexed better by the search engines?
What is the difference between a tag and an element in html?
Are html tags case sensitive?
What does dtd mean?
Is img an empty tag?
How do I create frames? What is a frameset?