For example, the following HTML:
<a href="https://alpha.com" class="bravo" download></a> Copy
<a href="https://alpha.com" class="bravo" download></a>
Yields:```json{ type: 'element', tagName: 'a', properties: { href: 'https://alpha.com', className: ['bravo'], download: true }, children: []} Copy
Yields:```json{ type: 'element', tagName: 'a', properties: { href: 'https://alpha.com', className: ['bravo'], download: true }, children: []}
Optional
For example, the following HTML: