반응형
<!DOCTYPE html>
<html lang="ko-KR">
<head>
<meta charset="utf-8">
<title>타이틀</title>
<!-- 별도의 css 파일로 만들어서 아래와 같이 링크. -->
<link href="style.css" rel="stylesheet" type="text/css"></link>
<!-- 또는 아래와 같이 <head> 태그 사이에 삽입. -->
<style></style>
</head>
<body>
<header>
</header>
<section>
<article>
</article>
</section>
<footer>
</footer>
</body>
</html>
반응형
'HTML & CSS > Study' 카테고리의 다른 글
[HTML] 표 관련 태그 (0) | 2024.12.08 |
---|---|
[CSS] 일부만 CSS 적용 (0) | 2024.12.07 |