(HTML5 03) 페이지 구조
in HTML
SoloLearn HTML 번역
HTML5 Page Structure
HTML5 페이지 구조
- A generic HTML5 page structure looks like this:
- 일반적인 HTML5 페이지 구조는 다음과 같다.
You may not need some of these elements, depending on your page structure.
페이지 구조에 따라, 이러한 element 중 일부는 필요하지 않을 수도 있다.
QUIZ
- Rearrange the following blocks to create a generalized HTML5 page structure.
- 일반화된 HTML5 페이지 구조를 생성해라.
<header>
<nav>
<article>
<section>
<footer>