Python port of npm package html-element-attributes.
This is a list of HTML tag attribute names.
pip install html-element-attributes
from HtmlElementAttributes import html_element_attributes
print(html_element_attributes["*"])
Yields:
[
'accesskey',
'autocapitalize',
'autofocus',
'class',
// …
'style',
'tabindex',
'title',
'translate'
]
- GPL © Riverside Healthcare
- Ported from
html-element-attributes
MIT © Titus Wormer