LoginSignup
21
19

More than 5 years have passed since last update.

html内のaタグをクリックで 常に新しいタブで開くbaseタグ

Last updated at Posted at 2016-11-03
  • html内のaタグをクリックで 常に新しいタブで開く

header内に記載

<head>
<base target="_blank">
</head> 

注意点

<a href="#jump">aaa</a>

も新しいウィンドウで開いてしまう。
対策知っている方教えてください。
コメント欄参照

21
19
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
21
19