JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10018225
  • Score
    100M100P100Q262001F
  • License MIT

List of standard HTML tags

Package Exports

  • html-tags

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (html-tags) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

html-tags Build Status

List of standard HTML tags

Returns an array of the standard HTML tags.

Also available in JSON.

Install

Download manually or with a package-manager.

npm

npm install --save html-tags

Bower

bower install --save html-tags

Component

component install sindresorhus/html-tags

Example

Node.js
var htmlTags = require('html-tags');
Bower
<script src="bower_components/html-tags/html-tags.js"></script>
Usage
console.log(htmlTags);
//=> ['a', 'abbr', 'acronym', ...]

License

MIT © Sindre Sorhus