notes/node_modules/html-tags/readme.md

26 lines
434 B
Markdown

# html-tags [![Build Status](https://travis-ci.org/sindresorhus/html-tags.svg?branch=master)](https://travis-ci.org/sindresorhus/html-tags)
> List of standard HTML tags
It's just a [JSON file](html-tags.json). So can be used wherever.
## Install
```sh
$ npm install --save html-tags
```
## Usage
```js
console.log(htmlTags);
//=> ['a', 'abbr', 'acronym', ...]
```
## License
MIT © [Sindre Sorhus](http://sindresorhus.com)