Skip to content

Latest commit

 

History

History
182 lines (154 loc) · 2.12 KB

File metadata and controls

182 lines (154 loc) · 2.12 KB

html elements from MDN

Metadata

<head></head>
<base/>
<link/>
<meta/>
<style></style>
<title></title>

Root

<body></body>

Content Sectioning

<address></address>
<article></article>
<aside></aside>
<footer></footer>
<header></header>
<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
<h5></h5>
<h6></h6>
<hgroup></hgroup>
<main></main>
<nav></nav>
<section></section>

Text

<blockquote></blockquote>
<dd></dd>
<dl></dl>
<dt></dt>
<figcaption></figcaption>
<figure></figure>
<hr/>
<li></li>
<main></main>
<ol></ol>
<p></p>
<pre></pre>
<ul></ul>

Inline Text Semantics

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

Images / Multimedia

<area/>
<audio></audio>
<img/>
<map></map>
<track/>
<video></video>

Embedded Content

<embed/>
<iframe/>
<object></object>
<param/>
<picture></picture>
<source/>

Scripting

<canvas></canvas>
<noscript></noscript>
<script></script>

Demarcating Edits

<del></del>
<ins></ins>

Table content

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

Forms

<button></button>
<datalist></datalist>
<fieldset></fieldset>
<form></form>
<input/>
<label></label>
<legend></legen>
<meter></mete>
<optgroup></optgroup>
<option></option>
<output></output>
<progress></progress>
<select></select>
<textarea></textarea>

Interactive elements

<details></details>
<dialog></dialog>
<menu></menu>
<summary></summary>
<details></details>

Web Components

<slot></slot>
<template></template>