"HTML5 section, header, footer 예시"의 두 판 사이의 차이

잔글 (Section, header, footer 문서를 HTML5 section, header, footer(으)로 옮김)
17번째 줄: 17번째 줄:
*[[header]]
*[[header]]
*[[footer]]
*[[footer]]
*[[jQuery Mobile section, header, footer]]


[[분류: HTML5]]
[[분류: HTML5]]

2012년 12월 9일 (일) 10:59 판

HTML5 section, header, footer

1 예제

<section id='page1'>
  <header><h1>제목</h1></header>
  <div class='content'>
    <p>첫번째 페이지</p>
  </div>
  <footer><h1>jmnote</h1></footer>
</section>

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}