to open the linked url in new tab,the value of target attribute is
Answers
Answered by
1
Do the following:
<a href="#" target='a_out'>Anchor Tag</a>
Answered by
3
Answer:-
To open the linked url in new tab,the value of target attribute is:- _blank.
For example,
<a href="example.html" target="_blank">Click here</a>
This will open the website example.html in a new tab.
Similar questions