HTML在新tab中打开超级链接

一般链接

一般最简单链接形式

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<a href="http://feellikelearning.com">Feel Like Learning</a>
<a href="http://feellikelearning.com">Feel Like Learning</a>
<a href="http://feellikelearning.com">Feel Like Learning</a>
Feel Like Learning

点击会在当前窗口跳转

在新窗口中打开的超级链接

只需增加

target="_blank"
target="_blank"属性

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<a href="http://feellikelearning.com" target="_blank">Feel Like Learning</a>
<a href="http://feellikelearning.com" target="_blank">Feel Like Learning</a>
<a href="http://feellikelearning.com" target="_blank">Feel Like Learning</a>
Feel Like Learning

点击在新窗口中打开。

小提示

普通的链接用鼠标中键点击,会在新窗口中打开。

本文链接

Leave a Comment

Your email address will not be published.