하루종일 삽질
[HTML] 타이틀 설정 본문
홈페이지 헤드라인에 제목설정 및 아이콘 설정 방법
<html>
<head>
<title>제목설정</title> // 제목설정
<link rel="shortcut icon" type="image/x-icon" href="이미지경로"> // 아이콘 설정
</head>
</html>
Comments
홈페이지 헤드라인에 제목설정 및 아이콘 설정 방법
<html>
<head>
<title>제목설정</title> // 제목설정
<link rel="shortcut icon" type="image/x-icon" href="이미지경로"> // 아이콘 설정
</head>
</html>