Answer: If you set the target attribute to "_blank" in the <a> tag, the link will open in a new browser window/tab.
Example:
<html>
<body>
<a href="http://www.dotnetfunda.com" target="_blank">Visit DotnetFunda.com!</a>
</body>
</html>
|
Alert Moderator