get_html_elements
Retrieve HTML element definitions from W3C/WHATWG specifications. Search for specific elements or browse all elements across web standards.
Instructions
Get HTML element definitions from a specific spec or all specs
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | No | Specification shortname (e.g., "html", "svg"). If omitted, returns all elements. | |
| element | No | Search for a specific element by name (e.g., "video", "canvas") |