Open link in new browser window

This example demonstrates:

Create a picture link and open it in a new window.

Example analysis:

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


Continuing Learning
||
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>php(www.php.cn)</title>
</head>
<body>
<a href="http://www.php.cn/" target="_blank">访php!</a>
<p> target "_blank", </p>
</body>
</html>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
submitReset Code
图片放大关闭