Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

HTML5 요소 목록

초안
이 문서는 작성중입니다.

이 내용은 작업 중이며 현재 목록은 아래 사양을 참고하세요. https://www.whatwg.org/specs/web-apps/current-work/multipage/.

편집자 주: I'm not sure what the point of this page is. How is it different from the main HTML Element Reference page?

Root element

Tag Description
<html>

HTML 또는 XHTML 문서를 대표하는 최상위 요소입니다. 모든 다른 요소들은 반드시 이 요소의 자식요소여야만 합니다.

Document metadata

Tag  
<head>

문서의 메타데이터들의 집합을 대표합니다. 스타일시트나 자바스크립트들이 정의되있거나 링크들이 포함되어 있습니다.

<title> Defines the title of the document, shown in a browser's title bar or on the page's tab. It can only contain text and any contained tags are not interpreted.
<base>  
<link>  
<meta>  
<style>  

Scripting

Tag  
<script>  
<noscript>  

Sections

Tag Description
<body>
The HTML Body <body> element represents the main content of an HTML document. There is only one <body> element in a document.
<section> Section in a document
<nav> Navigation links
<article> Self-contained content
<aside> Content aside from the page content
<h1>,<h2>,<h3>,<h4>,<h5>,<h6> Heading elements implement six levels of document headings, <h1> is the most important and <h6> is the least. A heading element briefly describes the topic of the section it introduces.
<hgroup> Groups a set of <h1> to <h6> elements when a heading has multiple levels
<header> Header for a page or section
<footer> Footer for a page or section
<address> Contact information

Grouping content

Tag  
<p>  
<hr>  
<pre>  
<blockquote>  
<ol>  
<ul>  
<li>  
<dl>  
<dt>  
<dd>  
<figure>  
<figcaption>  
<div>  

Text-level semantics

Tag  
<a>  
<em>  
<strong>  
<small>  
<s>  
<cite>  
<q>  
<dfn>  
<abbr>  
<data>  
<time>  
<code>  
<var>  
<samp>  
<kbd>  
<sub>,<sup>  
<i>  
<b>  
<u>  
<mark>  
<ruby>  
<rt>  
<rp>  
<bdi>  
<bdo>  
<span>  
<br>  
<wbr>  

Edits

Tag  
<ins>  
<del>  

Embedded content

Tag  
<img>  
<iframe>  
<object>  
<param>  
<video>  
<audio>  
<source>  
<track>  
<canvas>  
<map>  
<area>  
<svg>  
<math>  

Tabular data

Tag  
<table>  
<caption>  
<colgroup>  
<col>  
<tbody>  
<thead>  
<tfoot>  
<tr>  
<td>  
<th>  

Forms

Tag  
<form>  
<fieldset>  
<legend>  
<label>  
<input>  
<button>  
<select>  
<datalist>  
<optgroup>  
<option>  
<textarea>  
<keygen>  
<output>  
<progress>  
<meter>  

Interactive elements

Tag  
<details>  
<summary>  
<command>  
<menu>  

문서 태그 및 공헌자

 이 페이지의 공헌자: teoli, Lier, Channy
 최종 변경: teoli,