notes/node_modules/html-tags/readme.md

434 B

html-tags Build Status

List of standard HTML tags

It's just a JSON file. So can be used wherever.

Install

$ npm install --save html-tags

Usage

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

License

MIT © Sindre Sorhus