"패비콘"의 두 판 사이의 차이

 
(사용자 2명의 중간 판 20개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;favorite icon; favicon, shortcut icon, Web site icon, tab icon, bookmark icon
;favorite icon; favicon, shortcut icon, Web site icon, tab icon, bookmark icon
;파비콘, 패비콘, 즐겨찾기 아이콘
;/var/www/html/favicon.ico<ref>기본 위치가 그렇다는 것( https://zetawiki.com/favicon.ico ). 본문 예시처럼 다르게 설정해도 아무 문제 없다.</ref>
;패비콘 /ˈfæv.ɪˌkɒn/, 파비콘
*웹사이트나 웹페이지를 대표하는 아이콘
*웹사이트나 웹페이지를 대표하는 아이콘
*브라우저의 주소창 왼쪽, 탭 아이콘으로 표시됨
*브라우저의 주소창 왼쪽, 탭 아이콘으로 표시됨
10번째 줄: 11번째 줄:
==HTML 태그==
==HTML 태그==
;ico 파일
;ico 파일
<source lang='html5'>
<syntaxhighlight lang='html5'>
<link rel="shortcut icon" href="http://www.example.com/myicon.ico"/>
<link rel="shortcut icon" href="http://www.example.com/myicon.ico"/>
<link rel="shortcut icon" type="image/x-icon" href="http://www.example.com/myicon.ico"/>
<link rel="shortcut icon" type="image/x-icon" href="http://www.example.com/myicon.ico"/>
</source>
</syntaxhighlight>


;png, gif 파일
;png, gif 파일
<source lang='html5'>
<syntaxhighlight lang='html5'>
<link rel="shortcut icon" type="image/png" href="http://www.example.com/myicon.png"/>
<link rel="shortcut icon" type="image/png" href="http://www.example.com/myicon.png"/>
<link rel="shortcut icon" type="image/gif" href="http://www.example.com/myicon.gif"/>
<link rel="shortcut icon" type="image/gif" href="http://www.example.com/myicon.gif"/>
</source>
</syntaxhighlight>
 
==예시==
<img width="16" height="16" src='http://g.etfv.co/http://news.naver.com' />
<img width="16" height="16" src='http://g.etfv.co/http://www.daum.net' />
<img width="16" height="16" src='http://g.etfv.co/http://www.nate.com' />
<img width="16" height="16" src='http://g.etfv.co/http://www.google.com' />
<img width="16" height="16" src='http://g.etfv.co/http://www.facebook.com' />
<img width="16" height="16" src='http://g.etfv.co/http://www.twitter.com' />
<img width="16" height="16" src='http://g.etfv.co/http://www.wikipedia.org/' />


==같이 보기==
==같이 보기==
*[[즐겨찾기]]
{{z컬럼3|
*[[아이콘]]
* [[아이콘]]
 
* [[즐겨찾기]]
==주석==
* [[패비콘 설정]]
<references/>
* [[웹사이트 파비콘 추출]]
* [[미디어위키 파비콘 설정 $wgFavicon]]
}}


==참고 자료==
==참고==
*http://en.wikipedia.org/wiki/Favicon
*http://en.wikipedia.org/wiki/Favicon
*http://terms.naver.com/entry.nhn?docId=864878&cid=2954&categoryId=2954
*http://terms.naver.com/entry.nhn?docId=864878&cid=2954&categoryId=2954


[[분류: 아이콘]]
[[분류: 패비콘]]
[[분류: /var/www/html]]
[[분류: .ico]]

2024년 1월 2일 (화) 15:21 기준 최신판

1 개요[ | ]

favorite icon; favicon, shortcut icon, Web site icon, tab icon, bookmark icon
/var/www/html/favicon.ico[1]
패비콘 /ˈfæv.ɪˌkɒn/, 파비콘
  • 웹사이트나 웹페이지를 대표하는 아이콘
  • 브라우저의 주소창 왼쪽, 탭 아이콘으로 표시됨
  • 크기: 16x16(기본), 32x32(확장)...[2]

Wikipedia favicon in Firefox on KDE.png

2 HTML 태그[ | ]

ico 파일
<link rel="shortcut icon" href="http://www.example.com/myicon.ico"/>
<link rel="shortcut icon" type="image/x-icon" href="http://www.example.com/myicon.ico"/>
png, gif 파일
<link rel="shortcut icon" type="image/png" href="http://www.example.com/myicon.png"/>
<link rel="shortcut icon" type="image/gif" href="http://www.example.com/myicon.gif"/>

3 같이 보기[ | ]

4 참고[ | ]

  1. 기본 위치가 그렇다는 것( https://zetawiki.com/favicon.ico ). 본문 예시처럼 다르게 설정해도 아무 문제 없다.
  2. 브라우저에 따라 그 이상도 가능
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}