get_html_elements
Retrieve HTML element definitions from W3C/WHATWG specifications to access official web standards data for development and reference purposes.
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") |