X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=node_modules%2Fhtml-tags%2Freadme.md;fp=node_modules%2Fhtml-tags%2Freadme.md;h=207885d7857a05d4347605c7dc54b897fb6345dc;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/node_modules/html-tags/readme.md b/node_modules/html-tags/readme.md new file mode 100644 index 000000000..207885d78 --- /dev/null +++ b/node_modules/html-tags/readme.md @@ -0,0 +1,25 @@ +# 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)