Difference between revisions of "Team:BIT/Interlab/test"

Line 1: Line 1:
 +
<html>
 +
 
<body>
 
<body>
<a href="http://www.baidu.com"> link text</a>
+
 
<a href="http://www.baidu.com">Link text</a>
+
<a href="http://www.w3school.com.cn/" target="_blank">Visit W3School!</a>
 +
 
 +
<p>如果把链接的 target 属性设置为 "_blank",该链接会在新窗口中打开。</p>
 +
 
 
</body>
 
</body>
 +
 +
</html>

Revision as of 07:49, 17 July 2018

Visit W3School!

如果把链接的 target 属性设置为 "_blank",该链接会在新窗口中打开。