how to show html tag in data attribute code example
Example: data attribute html
<!-- data-* attritubes can be used on any html element -->
<div data-my-custom-data="true"></div>
<!-- data-* attritubes can be used on any html element -->
<div data-my-custom-data="true"></div>