0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

リンクを別タブで開く

Last updated at Posted at 2022-05-06

以下をaタグに追記する

target="_blank" rel="noopener noreferrer"

「target="_blank"」で別タブで開くが
「rel="noopener noreferrer"」を追記することで
「別タブで開いたWebサイトに万が一、悪意のあるプログラムが書かれていても安心」


参考サイト

別タブでリンクを開く方法


やりたいこと

対応できたが、詳細が理解できていないので調べる


便利

ホバーでリンク変わる記述

&:hover {
   opacity: 0.6;
}
0
0
0

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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?