How to create a hyperlink that opens in a new tab/window in HTML?
How to create a hyperlink that opens in a new tab/window in HTML?
I completed my post-graduation in 2013 in the engineering field. Engineering is the application of science and math to solve problems. Engineers figure out how things work and find practical uses for scientific discoveries. Scientists and inventors often get the credit for innovations that advance the human condition, but it is engineers who are instrumental in making those innovations available to the world. I love pet animals such as dogs, cats, etc.
Ashutosh Kumar Verma
05-Jun-2024Hyperlink in HTML
There is HTML <a> tag is used to create the hyperlink on the web page.
Syntax-
To create a hyperlink that opens in a new tab or window in HTML, you can use the
target
attribute with the value "_blank".Example-
Explaition