- ('area', 'area shape=\"$1\" coords=\"$2\" href=\"$3\">'),
- ('audio', 'audio src=\"$1\">$0</audio>'),
- ('base', 'base href=\"$1\">'),
- ('br', 'br>'),
- ('col', 'col>'),
- ('hr', 'hr>'),
- ('iframe', 'iframe src=\"$1\">$0</iframe>'),
- ('input', 'input type=\"$1\" name=\"$2\">'),
- ('img', 'img src=\"$1\">'),
- ('link', 'link rel=\"stylesheet\" type=\"text/css\" href=\"$1\">'),
- ('meta', 'meta ${1:charset=\"utf-8\"}>'),
- ('param', 'param name=\"$1\" value=\"$2\">'),
- ('progress', 'progress value=\"$1\" max=\"$2\">'),
- ('script', 'script${2: type=\"${1:text/javascript}\"}>$0</script>'),
- ('slot', 'slot name=name=\"$1\">$0</slot>'),
- ('source', 'source src=\"$1\" type=\"$2\">'),
- ('style', 'style type=\"${1:text/css}\">$0</style>'),
- ('track', 'track kind=\"$1\" src=\"$2\">'),
- ('wbr', 'wbr>'),
- ('video', 'video src=\"$1\">$0</video>')
- )