List of HTML void tag names.
Project description
HtmlTagNames
Python port of npm package html-void-elements.
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 HtmlVoidElements import html_void_elements
print(html_void_elements)
Yields:
[
'area',
'base',
'basefont',
'bgsound',
'br',
'col',
'command',
'embed',
'frame',
'hr',
'image',
'img',
'input',
'isindex',
'keygen',
'link',
'menuitem',
'meta',
'nextid',
'param',
'source',
'track',
'wbr'
]
License
GPL © Riverside Healthcare
Ported from html-void-elements 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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file html-void-elements-0.1.0.tar.gz.
File metadata
- Download URL: html-void-elements-0.1.0.tar.gz
- Upload date:
- Size: 14.8 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 |
931b88f84cd606fee0b582c28fcd00e41d7149421fb673e1e1abd2f0c4f231f0
|
|
| MD5 |
8bc6e1ba689a382eee05d9b3c9742e0f
|
|
| BLAKE2b-256 |
805c5f17d77256bf78ca98647517fadee50575e75d812daa01352c31d89d5bf2
|
File details
Details for the file html_void_elements-0.1.0-py3-none-any.whl.
File metadata
- Download URL: html_void_elements-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.9 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 |
784cf39db03cdeb017320d9301009f8f3480f9d7b254d0974272e80e0cb5e0d2
|
|
| MD5 |
e7e79422eee85629607a1e48bf52c2f6
|
|
| BLAKE2b-256 |
f50a373f28a1cf37f8c9aa23c82cbcac7197ddea95c88b5a3eaa564cdb8de375
|