728x90
■HTML에 CSS연결 시키기
<head>
<link rel="stylesheet" type="text/css" href="css\top_bar.css"> 빨간색은 파일위치 지정
</head>
■웹상에서 한글폰트 깨지지 않게 하기
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
</head>
■기본구성
<html>
<head>
<title>웹페이지 이름</title>
</head>
<body>
내용
</body>
</html>
'디자인 > HTML' 카테고리의 다른 글
Youtube 관련 (0) | 2018.05.26 |
---|