<html>
<head>
<base target="_blank">
</head>
<body>
<p>
<a href="http://www.google.com"
target="_blank">This link</a>
will load in a new window because the target attribute is set to "_blank".
</p>
<p>
<a href="http://www.yahoo.com">
This link</a>
will also load in a new window even without a target attribute.
</p>
</body>
</html>
<head>
<base target="_blank">
</head>
<body>
<p>
<a href="http://www.google.com"
target="_blank">This link</a>
will load in a new window because the target attribute is set to "_blank".
</p>
<p>
<a href="http://www.yahoo.com">
This link</a>
will also load in a new window even without a target attribute.
</p>
</body>
</html>
No comments:
Post a Comment