Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html multi like tag indentation convention

<div class="my-class" id="my-id" data-a="my value for data attribute a"
    data-b="my value for data attribute b" data-c="my value for data attribute c">
    The content of my div.
</div>
<!-- @see https://google.github.io/styleguide/htmlcssguide.html#HTML_Line-Wrapping-->
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #html #multi #tag #indentation #convention
ADD COMMENT
Topic
Name
8+8 =