HTML5 offers new elements for better document structure:
Tag | Description |
---|---|
<article> | Defines an article in a document |
<aside> | Defines content aside from the page content |
<bdi> | Isolates a part of text that might be formatted in a different direction from other text outside it |
<details> | Defines additional details that the user can view or hide |
<dialog> | Defines a dialog box or window |
<figcaption> | Defines a caption for a <figure> element |
<figure> | Defines self-contained content |
<footer> | Defines a footer for a document or section |
<header> | Defines a header for a document or section |
<main> | Defines the main content of a document |
<mark> | Defines marked/highlighted text |
<menuitem> | Defines a command/menu item that the user can invoke from a popup menu |
<meter> | Defines a scalar measurement within a known range (a gauge) |
<nav> | Defines navigation links 네비게이션 링크 정의 |
<progress> | Represents the progress of a task |
<rp> | Defines what to show in browsers that do not support ruby annotations |
<rt> | Defines an explanation/pronunciation of characters (for East Asian typography) |
<ruby> | Defines a ruby annotation (for East Asian typography) |
<section> | Defines a section in a document |
<summary> | Defines a visible heading for a <details> element |
<time> | Defines a date/time |
<wbr> | Defines a possible line-break |
Read more about HTML5 Semantics.
https://www.w3schools.com/html/html5_semantic_elements.asp
제목 | 날짜 | |
---|---|---|
코딩 배울 수 있는 사이트 모음(HTML/CSS/JS/IMG/PHP) | 2018/01/03 | |
jQuery를 배울수 있는 동네들입니다. | 2013/08/09 | |
관련 링크 [1] | 2010/05/23 | |
235 | [PHP] 들어온 경로 URL 기록 남기기. | 2003/01/11 |
234 | [Table] table 과 관계된 팁 몇가지.. | 2003/05/04 |
233 | [CGI] Space Checker - 계정 하드용량과 DB용량 동시확인 | 2003/06/06 |
232 | [Script] 글자 크기 바꾸기 | 2003/07/23 |
231 | [HTML5] 폼 이미지로 보이기 | 2003/08/10 |
230 | [HTML5] 이미지 세로 정렬 | 2003/08/13 |
229 | [Meta] IE6의 이미지(그림) 툴바 기능 막기, 이미지 도구 모음 막기 [2] | 2003/09/21 |
228 | [Script] 폼 크기 자동으로 늘였다 줄였다.. | 2003/09/23 |
227 | [Script] 페이지 이동 (메타태그, 자바스크립트, PHP) | 2003/09/24 |
226 | [PHP] 페이지 접속 암호화 | 2003/09/25 |
225 | [Form] form 태그에서 빈칸 없애주기 | 2003/10/06 |
224 | [Script] 체크박스를 이미지로 바꾸기 | 2003/10/26 |
223 | [Flash] 페이지 가득 채우는 플래시 | 2003/12/16 |
222 | [Form] 폼 입력 시 글자 제한하기 | 2003/12/21 |
221 | [HTML5] 레이어에 스크롤 생기기 [1] | 2004/04/23 |
220 | [HTML5] 셀렉트폼에 링크 걸기 | 2004/04/23 |
219 | [HTML5] 같은 위치에 2개의 레이어 띄우기 [1] | 2004/04/23 |
218 | [HTML5] 레이어1은 보이고 레이어2는 감추기 [2] | 2004/04/23 |
217 | [HTML5] [질문] 폼 타겟 지정하기 | 2004/04/24 |
216 | [HTML5] 작은 창으로 새창 열기 [2] | 2004/04/25 |