Skip to main content

List of known HTML tag attributes

Project description

HtmlElementAttributes

Python port of npm package html-element-attributes.

List of known HTML tag attribute names.

What is this?

This is a list of HTML tag attribute names.

Install

pip install html-element-attributes

Use

from HtmlTagNames import html_element_attributes

print(html_element_attributes["*"])

Yields:

[
  'accesskey',
  'autocapitalize',
  'autofocus',
  'class',
  // 
  'style',
  'tabindex',
  'title',
  'translate'
]

License

GPL © Riverside Healthcare Ported from html-element-attributes MIT © [Titus Wormer][https://github.com/wooorm]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

html-element-attributes-0.1.2.tar.gz (16.1 kB view hashes)

Uploaded Source

Built Distribution

html_element_attributes-0.1.2-py3-none-any.whl (16.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page