, - HTML , CSS , JS - . , javascript, jQuery:
HTML
<div id="foo">i'm an element</div>
JS
var element = $('#foo');
element.data("bar","hello-world");
var data_bar = element.data("bar");
console.log(data_bar);
, - . . . , JS, CSS , JSON, , .
: ( ), CSS , , jm0. .
CSS - HTML, HTML script. , . !