Computer Science, asked by anubasumatary760, 1 year ago

What is the purpose of the target attribute of the tag? Write the name of different types of target attributes with their functions.

Answers

Answered by nitish8089
1
target attribute specifiy where to open (which page) the given link on the browser.
so it's assign different-different value::
1.
_blank: to open on new tab.
2.
_self:to open on the same frame.
for example::: mainly a tag is used for assign the link on page.
<a href="www.google.com" target=_blank> link </a>
href:: is used for assign url in a tag.
Similar questions