List of known HTML tag names
Project description
HtmlTagNames
Python port of npm package html-tag-names.
List of known HTML tag names.
What is this?
This is a list of HTML tag names.
It includes ancient (for example, nextid
and basefont
) and modern (for
example, shadow
and template
) names from the HTML living standard.
The repo includes scripts to regenerate the data from the specs.
When should I use this?
You can use this package when you need to know what tag names are allowed in any version of HTML.
Install
pip install html-tag-names
Use
from HtmlTagNames import html_tag_names
print(len(html_tag_names)) # => 148
print(html_tag_names[:20])
Yields:
[
'a',
'abbr',
'acronym',
'address',
'applet',
'area',
'article',
'aside',
'audio',
'b',
'base',
'basefont',
'bdi',
'bdo',
'bgsound',
'big',
'blink',
'blockquote',
'body',
'br'
]
License
MIT © Riverside Healthcare
Ported from html-tag-names
MIT © [Titus Wormer][author]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file html-tag-names-0.1.2.tar.gz
.
File metadata
- Download URL: html-tag-names-0.1.2.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.2 Linux/5.11.0-1028-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04924aca48770f36b5a41c27e4d917062507be05118acb0ba869c97389084297 |
|
MD5 | ef8a7ea682f221ef114c435ebb6dfba5 |
|
BLAKE2b-256 | 417c8c0dc3c5650036127fb4629d31cadf6cbdd57e21a77f9793fa8b2c8a3241 |
File details
Details for the file html_tag_names-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: html_tag_names-0.1.2-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.2 Linux/5.11.0-1028-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eeb69ef21078486b615241f0393a72b41352c5219ee648e7c61f5632d26f0420 |
|
MD5 | cb21b2f426f42544931cec6a11bf5609 |
|
BLAKE2b-256 | 9ae4242318dcaa06d8525ff72332fc15cea2cffb84c06cfc73c7da6c6b45801a |