What is anchor tag and how can you open an url into a new tab when clicked?
Answer / Amrendra Kumar Rohit
The anchor tag (<a>) is used to create hyperlinks in HTML. To open a URL in a new tab, add the target attribute with a value of '_blank' to the anchor tag, like so: <a href="url" target="_blank">Link Text</a>
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of <span> tag?
What do u mean by html tags?
Please anyone tell me , how to create toggle button without bootstrap.
What is a web worker in html5?
What is semantic elements in html?
What is dom in web technology?
Should I use br tag?
What are the html tags used to display the data in the tabular form?
Is select an empty tag in html?
What is html beginform?
What are the components of dynamic html authoring?
How do I make a picture into a link?