HTML data-* Attributes

Example using custom data attributes.

Preview

Code

<button data-user="42">User Button</button>

<p>Custom data attributes can store extra information.</p>

More HTML Attributes Examples (9)