summaryrefslogtreecommitdiff
path: root/.emacs.d/mysnippets/text-mode/html-mode/textarea
blob: 058498fa039908bdca6e57bfb4d29420717a5d5d (plain)
1
2
3
4
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <textarea ...></textarea>
# --
<textarea name="$1" id="$2" rows="$3" cols="$4" tabindex="$5"></textarea>