Skip to content

Instantly share code, notes, and snippets.

@trevsm
Created October 6, 2020 22:33
Show Gist options
  • Save trevsm/d0e298ab671c9c0108f86b15957a9a20 to your computer and use it in GitHub Desktop.
Save trevsm/d0e298ab671c9c0108f86b15957a9a20 to your computer and use it in GitHub Desktop.
(2020) Currently every valid/invalid html tag
<!--...-->
<!doctype >
<a></a>
<abbr></abbr>
<acronym></acronym>
<address></address>
<applet></applet>
<area></area>
<article></article>
<aside></aside>
<audio></audio>
<b></b>
<base></base>
<basefont></basefont>
<bb></bb>
<bdo></bdo>
<big></big>
<blockquote></blockquote>
<body></body>
<br />
<button></button>
<canvas></canvas>
<caption></caption>
<center></center>
<cite></cite>
<code></code>
<col></col>
<colgroup></colgroup>
<command></command>
<datagrid></datagrid>
<datalist></datalist>
<dd></dd>
<del></del>
<details></details>
<dfn></dfn>
<dialog></dialog>
<dir></dir>
<div></div>
<dl></dl>
<dt></dt>
<em></em>
<embed></embed>
<eventsource></eventsource>
<fieldset></fieldset>
<figcaption></figcaption>
<figure></figure>
<font></font>
<footer></footer>
<form></form>
<frame></frame>
<frameset></frameset>
<head></head>
<header></header>
<hgroup></hgroup>
<hr />
<html></html>
<i></i>
<iframe></iframe>
<img></img>
<input></input>
<ins></ins>
<isindex/>
<kbd></kbd>
<keygen></keygen>
<label></label>
<legend></legend>
<li></li>
<link></link>
<map></map>
<mark></mark>
<menu></menu>
<meta></meta>
<meter></meter>
<nav></nav>
<noframes></noframes>
<noscript></noscript>
<object></object>
<ol></ol>
<optgroup></optgroup>
<option></option>
<output></output>
<p></p>
<param></param>
<pre></pre>
<progress></progress>
<q></q>
<rp></rp>
<rt></rt>
<ruby></ruby>
<s></s>
<samp></samp>
<script></script>
<section></section>
<select></select>
<small></small>
<source></source>
<span></span>
<strike></strike>
<strong></strong>
<style></style>
<sub></sub>
<sup></sup>
<table></table>
<tbody></tbody>
<td></td>
<textarea></textarea>
<tfoot></tfoot>
<th></th>
<thead></thead>
<time></time>
<title></title>
<tr></tr>
<track></track>
<tt></tt>
<u></u>
<ul></ul>
<var></var>
<video></video>
<wbr></wbr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment