Open link in a new browser window

Open link in a new browser window

<!DOCTYPE html>
<html>
<body>
<a href="http://www.google.com" target="_blank">Visit Google.com!</a>
<p>If you set the target attribute to "_blank", the link will open in a new browser window/tab.</p>

</body>
</html>

Output

Visit Google.com!

If you set the target attribute to "_blank", the link will open in a new browser window/tab.

ليست هناك تعليقات:

إرسال تعليق