HTML
- ๊ทธ๋ฃนํ๊ทธ
- div
- span
- List
1. ์์๊ฐ ์๋ ๋ฆฌ์คํธ
<ol>
<li></li>
<li></li>
</ol>
2. ์์๊ฐ ์๋ ๋ฆฌ์คํธ
<ul>
<li></li>
<li></li>
</ul>
- Semantic
<header></header>
<nav></nav>
<section></section>
<article></article>
<footer></footer>
<aside></aside>
CSS
- background
- Reset.css
728x90