. 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 is b in html?
What is the difference between HTML 5 Application Cache and regular HTML Browser Cache?
What property is used to set the speed of marquee in html?
Is br an empty tag?
What is the difference between br and br />?
How do you add keywords in html?
What are deprecated tags?
What is zhtml?
Explain formmethod attribute of html5?
Why do we need to study html?
What is transitional xhtml?
Why do we use tables?