Skip to content

Instantly share code, notes, and snippets.

@willthemoor
Created March 20, 2018 06:29
Show Gist options
  • Save willthemoor/d91ec5f651c9936351d90ad41ad8c49a to your computer and use it in GitHub Desktop.
Save willthemoor/d91ec5f651c9936351d90ad41ad8c49a to your computer and use it in GitHub Desktop.
All HTML Elements
a
abbr
acronym
address
applet
applet
area
article
aside
audio
b
basefont
bdi
bdo
bgsound
big
blink
blockquote
body
br
button
canvas
caption
center
cite
code
col
colgroup
command
content
content
data
datalist
dd
del
details
dfn
dialog
dir
dir
div
dl
dt
element
em
embed
fieldset
figcaption
figure
font
footer
form
frame
frameset
h1
h2
h3
h4
h5
h6
header
hgroup
hr
html
i
image
img
input
ins
isindex
kbd
keygen
label
legend
li
link
listing
main
map
mark
marquee
menu
menu
menuitem
menuitem
meta
meter
multicol
nav
nextid
nobr
nobr
noembed
noembed
noframes
noscript
object
ol
optgroup
option
output
p
param
picture
plaintext
pre
progress
q
rp
rt
rtc
ruby
s
samp
script
section
select
shadow
shadow
slot
small
source
spacer
span
strike
strong
style
sub
summary
sup
table
tbody
td
template
textarea
tfoot
th
thead
time
title
tr
track
tt
tt
u
ul
var
video
wbr
xmp
<a>a</a>
<abbr>abbr</abbr>
<acronym>acronym</acronym>
<address>address</address>
<applet>applet</applet>
<applet>applet</applet>
<area>area</area>
<article>article</article>
<aside>aside</aside>
<audio>audio</audio>
<b>b</b>
<basefont>basefont</basefont>
<bdi>bdi</bdi>
<bdo>bdo</bdo>
<bgsound>bgsound</bgsound>
<big>big</big>
<blink>blink</blink>
<blockquote>blockquote</blockquote>
<body>body</body>
<br>br</br>
<button>button</button>
<canvas>canvas</canvas>
<caption>caption</caption>
<center>center</center>
<cite>cite</cite>
<code>code</code>
<col>col</col>
<colgroup>colgroup</colgroup>
<command>command</command>
<content>content</content>
<content>content</content>
<data>data</data>
<datalist>datalist</datalist>
<dd>dd</dd>
<del>del</del>
<details>details</details>
<dfn>dfn</dfn>
<dialog>dialog</dialog>
<dir>dir</dir>
<dir>dir</dir>
<div>div</div>
<dl>dl</dl>
<dt>dt</dt>
<element>element</element>
<em>em</em>
<embed>embed</embed>
<fieldset>fieldset</fieldset>
<figcaption>figcaption</figcaption>
<figure>figure</figure>
<font>font</font>
<footer>footer</footer>
<form>form</form>
<frame>frame</frame>
<frameset>frameset</frameset>
<h1>h1</h1>
<h2>h2</h2>
<h3>h3</h3>
<h4>h4</h4>
<h5>h5</h5>
<h6>h6</h6>
<header>header</header>
<hgroup>hgroup</hgroup>
<hr>hr</hr>
<html>html</html>
<i>i</i>
<image>image</image>
<img>img</img>
<input>input</input>
<ins>ins</ins>
<isindex>isindex</isindex>
<kbd>kbd</kbd>
<keygen>keygen</keygen>
<label>label</label>
<legend>legend</legend>
<li>li</li>
<link>link</link>
<listing>listing</listing>
<main>main</main>
<map>map</map>
<mark>mark</mark>
<marquee>marquee</marquee>
<menu>menu</menu>
<menu>menu</menu>
<menuitem>menuitem</menuitem>
<menuitem>menuitem</menuitem>
<meta>meta</meta>
<meter>meter</meter>
<multicol>multicol</multicol>
<nav>nav</nav>
<nextid>nextid</nextid>
<nobr>nobr</nobr>
<nobr>nobr</nobr>
<noembed>noembed</noembed>
<noembed>noembed</noembed>
<noframes>noframes</noframes>
<noscript>noscript</noscript>
<object>object</object>
<ol>ol</ol>
<optgroup>optgroup</optgroup>
<option>option</option>
<output>output</output>
<p>p</p>
<param>param</param>
<picture>picture</picture>
<plaintext>plaintext</plaintext>
<pre>pre</pre>
<progress>progress</progress>
<q>q</q>
<rp>rp</rp>
<rt>rt</rt>
<rtc>rtc</rtc>
<ruby>ruby</ruby>
<s>s</s>
<samp>samp</samp>
<script>script</script>
<section>section</section>
<select>select</select>
<shadow>shadow</shadow>
<shadow>shadow</shadow>
<slot>slot</slot>
<small>small</small>
<source>source</source>
<spacer>spacer</spacer>
<span>span</span>
<strike>strike</strike>
<strong>strong</strong>
<style>style</style>
<sub>sub</sub>
<summary>summary</summary>
<sup>sup</sup>
<table>table</table>
<tbody>tbody</tbody>
<td>td</td>
<template>template</template>
<textarea>textarea</textarea>
<tfoot>tfoot</tfoot>
<th>th</th>
<thead>thead</thead>
<time>time</time>
<title>title</title>
<tr>tr</tr>
<track>track</track>
<tt>tt</tt>
<tt>tt</tt>
<u>u</u>
<ul>ul</ul>
<var>var</var>
<video>video</video>
<wbr>wbr</wbr>
<xmp>xmp</xmp>
@willthemoor
Copy link
Author

yes, there are horrible elements here. Needed as a list for testing allowed tags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment