Skip to content

prettier/html-tags

Repository files navigation

@prettier/html-tags

Npm Version MIT License Coverage

List of HTML tags.

Install

yarn add @prettier/html-tags

Usage

import {htmlTags, htmlVoidTags} from '@prettier/html-tags'

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

console.log(htmlVoidTags)
//=> ['area', 'base', 'basefont', ... 17 more items]

About

List of HTML tags, including obsoleted tags.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •