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 | |
95 | [HTML5] dl, dt, dd 용례 | 2009/01/29 |
94 | [Script] XE Layout Menu Script [1] | 2009/01/25 |
93 | 팝업형식의 메뉴 네비게이션 | 2009/01/20 |
92 | Side 메뉴 | 2009/01/20 |
91 | 자바스크립트 TAB 메뉴 | 2009/01/20 |
90 | 드롭다운 가로형 메뉴 | 2009/01/20 |
89 | 탭메뉴형 자바스크립트 | 2009/01/20 |
88 | [HTML5] dl과 ul의 상하관계(?)에 대해서 질문드립니다. [1] | 2009/01/20 |
87 | Dolphin CSS Menu | 2009/01/20 |
86 | Cut & Paste CSS Horizontal List Menu | 2009/01/20 |
85 | [Script] 스크롤 따라다니는 레이어 | 2009/01/20 |
84 | [Script] 스크롤 따라다니는 레이어 [2] | 2009/01/20 |
83 | [Script] 간단한 점프메뉴(selecter) | 2009/01/20 |
82 | [Script] 메뉴 슬라이딩(가로) [1] | 2009/01/20 |
81 | [Script] 가로 세로가 호환되는 메뉴 | 2009/01/20 |
80 | [Script] 위의 메뉴에 마우스를 올리면 밑에 메뉴가 나오는 소스 | 2009/01/20 |
79 | [Script] 롤오버 메뉴에 하위 부메뉴 레이어..(아웃시 하위메뉴사라짐) [2] | 2009/01/20 |
78 | [Script] 마우스를 올리면 레이어 뜨고 내리면 레이어 사라지는 스크립트 [1] | 2004/06/08 |
77 | [Script] 웹페이지에서 특정 부분 감췄다보여주기 (by 위쯔) | 2004/05/30 |
76 | [Script] div 높이 100% 맞추기 | 2009/01/18 |