tryit_view.asp@filename=tryhtml_link_target

来自「W3Schools tutorial..web designing」· ASP@FILENAME=TRYHTML_LINK_TARGET 代码 · 共 13 行

ASP@FILENAME=TRYHTML_LINK_TARGET
13
字号
<html>
<body>

<a href="lastpage.htm" target="_blank">Last Page</a> 

<p>
If you set the target attribute of a link to &quot;_blank&quot;,
the link will open in a new window.
</p>

</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?