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 | |
115 | [웹표준] HTML5의 모든 것 [1] | 2010/12/02 |
114 | [Script] 세로 슬라이드 메뉴 | 2012/12/13 |
113 | [Script] 세로 슬라이드 메뉴, 마우스 오버 [1] | 2012/12/13 |
112 | [Script] 로그인창 띄우기 | 2012/12/14 |
111 | [UI] jquery menu slide | 2012/12/16 |
110 | [Script] 자바스크립트로 CSS 불러오기 | 2013/02/22 |
109 | [PHP] 쿠키를 굽자 | 2013/02/22 |
108 | [부트스트랩] 기본 부트스트랩 템플릿 | 2013/02/24 |
107 | [부트스트랩] 부트스트랩의 아이콘 지원 브라우저 | 2013/02/25 |
106 | [HTML5] HTML5 시멘틱 구조 태그 | 2013/02/28 |
105 | [부트스트랩] #1 부트스트랩이란? | 2013/03/01 |
104 | [부트스트랩] #2 부트스트랩의 특징 [1] | 2013/03/04 |
103 | [Meta] Meta Tag(메타태그) 사용법 | 2013/03/05 |
102 | [HTML5] img style 속성 | 2013/03/12 |
101 | [웹접근성] 웹접근성이란 | 2013/08/06 |
100 | [HTML5] IE보완 - 조건부 주석 | 2013/08/06 |
99 | [웹접근성] 웹 접근성 이슈 | 2013/08/06 |
98 | [웹폰트] 구글 웹폰트 서비스 이용하기 | 2013/08/06 |
97 | [Script] News Ticker - 한줄 전광판, 한줄씩 올라가는 스크립트, 뉴스티커 | 2013/08/07 |
96 | [웹폰트] Daum font로 Google Font API 따라잡기 | 2013/08/09 |