user62498
-5
Q:

how to make a link in html that opens in a new tab

<a href="your link" target="_blank">The home page will open in another tab.</a>

//Put target="_blank" as shown
25
add attribute : target = "_blank"
9
<!DOCTYPE html>
<html lang="en">
<head>
    <title>Document</title>
</head>
<body>
    <a href="INSERT LINK" target="_blank">NAME</a>
</body>
</html>

// code by Tyler100OOO (Twitter @TylerCode1)
0
target="_blank"
0
Open new tab in browser
0

New to Communities?

Join the community