国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

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
||
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文網(miracleart.cn)</title> </head> <body> <a href="http://miracleart.cn/" target="_blank">訪問php中文網!</a> <p>如果你將 target 屬性設置為 "_blank", 鏈接將在新窗口打開。</p> </body> </html>
submitReset Code