summaryrefslogblamecommitdiffstats
path: root/emacs.d/snippets/text-mode/html-mode/div
blob: 1c9c0c8c2668b3dbfd817b5eaa67735ee1cdbd2b (plain) (tree)
1
2
3


                                                                 
#name : <div...>...</div>
# --
<div${1: id="${2:some_id}"}${3: class="${4:some_class}"}>$0</div>