1<div class="my-class" id="my-id" data-a="my value for data attribute a"
2 data-b="my value for data attribute b" data-c="my value for data attribute c">
3 The content of my div.
4</div>
5<!-- @see https://google.github.io/styleguide/htmlcssguide.html#HTML_Line-Wrapping-->