{"categories":[{"label":"HTML","url":"https://skillfed.io/packages/category/text-processing-markup-html"}],"enrichment":{"capability":"Provides a curated list of valid HTML tag names across all HTML versions, from ancient tags like `nextid` to modern ones like `shadow` and `template`.","skillfed_tags":["html-reference","tag-validation"],"use_cases":["Validate user input or parsed markup to check if a tag name is a recognized HTML element.","Generate or filter lists of valid tags in HTML parsing or linting tools.","Build HTML template engines or code generators that need to distinguish valid tags from custom elements.","Create documentation or reference tools that enumerate all standard HTML tags."],"what_it_does":"html-tag-names is a simple data package that exports a list of 148 known HTML tag names, covering both legacy tags (like `basefont` and `nextid`) and modern ones (like `template` and `shadow`). It is a Python port of the npm package of the same name and includes tags from across all versions of the HTML standard.\n\nThe package has no runtime dependencies and is intended for use cases where you need to validate or enumerate valid HTML tag names programmatically. It is most useful in HTML parsing, validation, or generation tools where you need to check whether a given string is a recognized HTML tag.","worth_installing":"Yes, if you need a simple, dependency-free reference of valid HTML tag names. The package is stable (no vulnerabilities, low install friction), but be aware it is dormant\u2014last release was 2022-03-09\u2014so it will not track future HTML spec changes. Avoid if you need an actively maintained, up-to-date tag list or if GPL-3.0-or-later licensing conflicts with your project."},"id":"html-tag-names","links":{"html":"https://skillfed.io/packages/html-tag-names","md":"https://skillfed.io/packages/html-tag-names.md","pypi":"https://pypi.org/project/html-tag-names/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2022-03-09","license_spdx":null,"license_treatment":"copyleft","name":"html-tag-names","python_support":"supports_current","summary":"List of known HTML tag names"},"popularity":{"monthly_downloads":443462,"position":6629,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.2"}
