HTMLCustom Data Attributes (data-*)

Custom data attributes allow you to store extra information on HTML elements without affecting the layout or style. These start with data- and are useful in JavaScript.

<div data-user-id=\"123\" data-role=\"admin\">
  User Info
</div>