html
html copied to clipboard
add support for custom attributes
Hi,
Custom attributes are attributes that are not part of the standard HTML5 attributes but are explicitly created. They allow us to add our information to HTML tags.
<element data-*="value">