What is anchor tag and how can you open an url into a new tab when clicked?
Answer Posted / 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 |
Post New Answer View All Answers
List out the new features of html5?
What is the current version of edge?
What is the name of the website?
What are the new api's provided by the html5 standard? Give a brief description of each.
Can you list the new input type attributes in html5?
How comfortable are you with writing html entirely by hand?
What is the simplest html page?
How do I put text on the next line in html?