<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
header{}
main{}
section{}
footer{}
</style>
</head>
<body>
<header>
헤더영역
</header>
<main>
<section class="section_1">섹션1</section>
<section class="section_2">섹션2</section>
<section class="section_3">섹션3</section>
</main>
<footer></footer>
</body>
</html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
header{}
main{}
section{}
footer{}
</style>
</head>
<body>
<header>
헤더영역
</header>
<main>
<section class="section_1">섹션1</section>
<section class="section_2">섹션2</section>
<section class="section_3">섹션3</section>
</main>
<footer></footer>
</body>
</html>
#스타일시트 시만텍태그