How do you create a link that opens in a different tab? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do you create a link that opens in a different tab?

10th May 2018, 7:58 PM
Brian Mwita
Brian Mwita - avatar
4 Answers
+ 1
<a href="lists.html" target="_blank">lists</a> should do the job
10th May 2018, 8:09 PM
Lexfuturorum
Lexfuturorum - avatar
0
In the <a> tag use the attribute "target" and set its value to _blank
10th May 2018, 8:33 PM
Paul Grasser
Paul Grasser - avatar
0
have you read my post?
10th May 2018, 8:35 PM
Lexfuturorum
Lexfuturorum - avatar
0
Just did it, it worked. Thanks Andreas
10th May 2018, 8:40 PM
Brian Mwita
Brian Mwita - avatar