본문 바로가기
프로그래밍/Web

[Web] Favicon 수정하기

by JR2 2022. 5. 5.

파비콘

 

이런게 Favicon이라고 할 수 있다.

Favorite + Icon이다.

 

이거 수정하는 방법은 매우 간단하다.

<head>
  <link rel="shortcut icon" href="/somepath/myicon.ico"/>
</head>

 

출처 : https://ko.wikipedia.org/wiki/파비콘

 

대부분 브라우저에서 호환되기 위해 .ico를 사용하는게 유리하다.

 


 

나도 이렇게 수정함

댓글