안녕하세요 상훈입니다.
웹페이지에서 title에 적혀져 있는 icon 혹은 image를 변경하는 방법을 포스팅하겠습니다.
<link href="이미지경로" rel="shortcut icon" type="image/x-icon">
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> title name </title>
<link href="../images/image-example.png" rel="shortcut icon" type="image/x-icon">
</head>
직접 이미지를 다운로드 받아 경로에 넣고 링크를 해주었습니다.
감사합니다.
[HTML] img 태그 현명하게 사용하기 (0) | 2023.05.29 |
---|---|
[NVM] Node.js 버전 낮춰서 Nuxt.js 프로젝트 구동하기 / window (0) | 2022.11.11 |
VSCode - HTML Formatter 설정하는 방법, html 서식 지정하기 (0) | 2022.05.23 |
[ BootStrap ] 부트스트랩 cdn 적용하는 방법 (0) | 2021.10.06 |
댓글 영역