. 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
Why is a div called a div?
What is a section tag in html?
What does meta mean slang?
What is a code element?
What does tag stand for?
What is difference between html5 and html4?
What other ways can be used to align images and wrap text?
What is an api and list the api's available in html5
How do I open a dtd file?
What is everyone using to write html?
What does tag stand for military?
Explain the concept of web storage in html5.
Describe HTML Entities with example?
Is there a limit to meta keywords?
What is the main function of
tag in html?