📄 tryit_view.asp@filename=tryhtml_base
字号:
<html>
<head>
<base target="_blank">
</head>
<body>
<p>
<a href="../default.htm"
target="_blank">This link</a>
will load in a new window because the target attribute is set to "_blank".
</p>
<p>
<a href="../default.htm">
This link</a>
will also load in a new window even without a target attribute.
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -