HTML — HTML5 Data Attributes
Custom data-*
attributes store extra information on elements. These can be accessed via JavaScript.
<button data-user='Sagar' data-level='Pro'>Click Me</button>
Custom data-*
attributes store extra information on elements. These can be accessed via JavaScript.
<button data-user='Sagar' data-level='Pro'>Click Me</button>