en.javascript.info/2-ui/1-document/9-attributes-and-custom-properties/1-get-user-attribute/solution.view/index.html
2015-01-24 23:53:50 +03:00

12 lines
156 B
HTML

<!DOCTYLE HTML>
<html>
<body>
<div data-widget-name="menu">Выберите жанр</div>
<script>
// ваш код
</script>
</body>
</html>