notes/node_modules/html-tags
Patrick Marsceill b7b0d0d7bf
Initial commit
2017-03-09 13:16:08 -05:00
..
html-tags.json Initial commit 2017-03-09 13:16:08 -05:00
index.js Initial commit 2017-03-09 13:16:08 -05:00
license Initial commit 2017-03-09 13:16:08 -05:00
package.json Initial commit 2017-03-09 13:16:08 -05:00
readme.md Initial commit 2017-03-09 13:16:08 -05:00

readme.md

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