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 | |
155 | 주석 표시하기 | 2009/01/14 |
154 | [Script] 롤오버 메뉴 만들기 [1] | 2009/01/18 |
153 | [Script] div 높이 100% 맞추기 | 2009/01/18 |
152 | [Script] Show-Hide Layers (by 신의키스) | 2009/01/19 |
151 | [Script] Show-Hide Layers (by 태그매니아) [3] | 2009/01/20 |
150 | [Script] 롤오버 메뉴에 하위 부메뉴 레이어..(아웃시 하위메뉴사라짐) [2] | 2009/01/20 |
149 | [Script] 위의 메뉴에 마우스를 올리면 밑에 메뉴가 나오는 소스 | 2009/01/20 |
148 | [Script] 가로 세로가 호환되는 메뉴 | 2009/01/20 |
147 | [Script] 클릭하면 슬라이드되면서 펼쳐지는 사이드 메뉴 | 2009/01/20 |
146 | [Script] 메뉴 슬라이딩(가로) [1] | 2009/01/20 |
145 | [Script] 화면 왼쪽에 숨겨진 레이어 꺼내기 [1] | 2009/01/20 |
144 | [Script] 간단한 점프메뉴(selecter) | 2009/01/20 |
143 | [Script] 스크롤 따라다니는 레이어 [2] | 2009/01/20 |
142 | [Script] 스크롤 따라다니는 레이어 | 2009/01/20 |
141 | [Script] 슬라이딩 레이어 [1] | 2009/01/20 |
140 | Cut & Paste CSS Horizontal List Menu | 2009/01/20 |
139 | Dolphin CSS Menu | 2009/01/20 |
138 | [HTML5] dl과 ul의 상하관계(?)에 대해서 질문드립니다. [1] | 2009/01/20 |
137 | 탭메뉴형 자바스크립트 | 2009/01/20 |
136 | 드롭다운 가로형 메뉴 | 2009/01/20 |