html-tags

List of standard HTML tags

MIT License

Downloads
42.5M
Stars
173
Committers
6

html-tags

List of standard HTML tags

It's just a couple of JSON files that can be used in any environment.

It intentionally leaves out obsolete tags.

Install

npm install html-tags

Usage

import htmlTags from 'html-tags';

console.log(htmlTags);
//=> ['a', 'abbr', 'acronym', …]

And void (self-closing) tags:

import {voidHtmlTags} from 'html-tags';

console.log(voidHtmlTags);
//=> ['area', 'base', 'br', …]

Contribute

Make sure to update types in index.d.ts when changing HTML elements.

Package Rankings
Top 1.52% on Npmjs.org
Top 19.73% on Repo1.maven.org
Top 11.33% on Bower.io