Skip to content

[DevLog] <a target="_blank"> 사용시 #242

Description

@tiatiahwang

<a> 태그 사용시 target 속성을 많이 사용하는데요.
제가 알기로는 target 속성을 사용할 땐 꼭 같이 설정해 주어야하는 속성이 있습니다.

Footer 컴포넌트에 작업해 놓았듯이
<a> 태그를 사용할 땐 아래와 같이 rel도 같이 설정해 주는 것이 좋다고 합니다!

 <a
  href="https://github.com/codestates/Donorticon"
  target="_blank"
  rel="noreferrer noopener"
>

참고해보면 좋은 블로그

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions