https://github.com/prettier/html-tags
List of HTML tags, including obsoleted tags.
https://github.com/prettier/html-tags
Last synced: 6 months ago
JSON representation
List of HTML tags, including obsoleted tags.
- Host: GitHub
- URL: https://github.com/prettier/html-tags
- Owner: prettier
- License: mit
- Created: 2025-04-26T06:45:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-04T09:22:52.000Z (7 months ago)
- Last Synced: 2025-07-11T07:55:14.164Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# @prettier/html-tags
[![Npm Version][package_version_badge]][package_link]
[![MIT License][license_badge]][license_link]
[![Coverage][coverage_badge]][coverage_link]
[coverage_badge]: https://img.shields.io/codecov/c/github/prettier/prettier.svg?style=flat-square
[coverage_link]: https://app.codecov.io/gh/prettier/html-tags
[license_badge]: https://img.shields.io/npm/l/html-tags.svg?style=flat-square
[license_link]: https://github.com/prettier/html-tags/blob/main/license
[package_version_badge]: https://img.shields.io/npm/v/@prettier/html-tags.svg?style=flat-square
[package_link]: https://www.npmjs.com/package/@prettier/html-tags
> List of HTML tags.
## Install
```bash
yarn add @prettier/html-tags
```
## Usage
```js
import htmlTags from '@prettier/html-tags;
console.log(htmlTags);
//=> ['a', 'abbr', 'acronym', …]
```