<!DOCTYPE html>
<html lang="en">
<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>Document</title>
</head>
<body>
<header>
<nav>
<ul>
<li>๋ฉ๋ด 1</li>
<li>๋ฉ๋ด 2</li>
<li>๋ฉ๋ด 3</li>
</ul>
</nav>
</header>
<main>
<section>
<h1>h1๋ ๊ฐ์ฅ ์ค์ํ ์ ๋ชฉ์ผ๋ก ํ์ด์ง์ 1๊ฐ๋ง ์ฌ์ฉํ ๊ฒ</h1>
<article>
<h2>์ค๊ฐ์ ๋นผ๋จน์ง ์๊ณ </h2>
<h3>์์ฐจ์ ์ผ๋ก ์ฌ์ฉํ ๊ฒ</h3>
<h4>๊ธ์จ ํฌ๊ธฐ๋ฅผ ์กฐ์ ํ๋ ์ฉ๋๋ก ์ฌ์ฉํ์ง ์๋๋ค</h4>
</article>
</section>
<aside>๋ถ์ฐจ์ , ๋ณด์์ ์์ญ</aside>
</main>
<footer>์นํ์ด์ง์ ํ๋จ</footer>
</body>
</html>
'๐ป Programming > HTML, CSS' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[CSS] html, :root, * ์ ํ์ (0) | 2024.01.10 |
---|---|
[CSS] em, rem, % (0) | 2024.01.09 |
[CSS] BEM (Block-Element-Modifier) (0) | 2023.02.25 |
[CSS] CSS, ๊ทธ๋ฆฌ๊ณ ์คํ์ผ ์ํธ (0) | 2023.02.20 |
[HTML] Tag & Attribute (0) | 2023.02.18 |