Cheat Sheet HTML
Cheat Sheet HTML
Allunknownabbreviationswillbetransformedtotag,e.g.foo<foo></foo>.
! input:email leg
Alias of html:5 Alias of inp[type=email] Alias of legend
<!DOCTYPE html> <input type="email" name=" " id=" " /> <legend> </legend>
<html lang="en">
<head>
<meta charset="UTF-8" /> input:url sect
<title> Document </title>
</head> Alias of inp[type=url] Alias of section
<body> <input type="url" name=" " id=" " /> <section> </section>
</body>
</html> input:password, input:p art
Alias of inp[type=password] Alias of article
a <input type="password" name=" " id=" " /> <article> </article>
<a href=" "> </a>
input:datetime hdr
a:link Alias of inp[type=datetime] Alias of header
<a href="http:// "> </a>
<input type="datetime" name=" " id=" " /> <header> </header>
a:mail
input:date ftr
<a href="mailto: "> </a>
Alias of inp[type=date] Alias of footer
abbr <input type="date" name=" " id=" " /> <footer> </footer>
<abbr title=" "> </abbr>
input:datetime-local adr
acronym, acr Alias of inp[type=datetime-local] Alias of address
<acronym title=" "> </acronym> <input type="datetime-local" name=" " id=" " /> <address> </address>
input:image, input:i
link:import, link:im doc
<link rel="import" href=" component .html" /> <input type="image" src=" " alt=" " />
Alias of html>(head>meta[charset=${charset}]+title{${1:Document}})+body
<html>
meta input:button, input:b <head>
<meta /> <input type="button" value=" " /> <meta charset="UTF-8" />
<title> Document </title>
</head>
meta:utf isindex <body>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> <isindex />
</body>
</html>
meta:win input:reset
<meta http-equiv="Content-Type" content="text/html;charset=windows-1251" /> Alias of input:button[type=reset]
doc4
<input type="reset" value=" " />
Alias of html>(head>meta[http-equiv="Content-Type" content="text/html;charset=${charset}"]+title{${1:Document}})+body
meta:vp
<meta name="viewport" content="width= device-width , user-scalable= no , initial-scale= 1.0 , maximum-scale= 1.0 , minimum-scale= 1.0 " /> <html>
select <head>
<select name=" " id=" "> </select> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
meta:compat <title> Document </title>
<meta http-equiv="X-UA-Compatible" content=" IE=7 " /> </head>
select:disabled, select:d <body>
Alias of select[disabled.]
style </body>
<style> </style> <select name=" " id=" " disabled="disabled"> </select> </html>
ri:art, ri:a
img:srcset, img:s menu:context, menu:c
Alias of pic>src:m+img
<img srcset=" " src=" " alt=" " /> Alias of menu[type=context]>
<picture>
<menu type="context"> </menu> <source media="( min-width: )" srcset=" " />
img:sizes, img:z <img src=" " alt=" " />
<img sizes=" " srcset=" " src=" " alt=" " /> menu:toolbar, menu:t </picture>
Alias of menu[type=toolbar]>
picture <menu type="toolbar"> </menu> ri:type, ri:t
<picture> </picture> Alias of pic>src:t+img
video <picture>
source, src <source srcset=" " type=" image/ " />
<video src=" "> </video>
<source /> <img src=" " alt=" " />
</picture>
audio
source:src, src:sc
<audio src=" "> </audio> html:4t
<source src=" " type=" " />
Alias of !!!4t+doc4[lang=${lang}]
html:xml <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
source:srcset, src:s
<html xmlns="http://www.w3.org/1999/xhtml"> </html> <html lang="en">
<source srcset=" " /> <head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
keygen <title> Document </title>
source:media, src:m <keygen /> </head>
<source media="( min-width: )" srcset=" " /> <body>
command </body>
source:type, src:t <command /> </html>
<source srcset=" " type=" image/ " />
button:submit, button:s, btn:s html:4s
source:sizes, src:z Alias of button[type=submit] Alias of !!!4s+doc4[lang=${lang}]
<source sizes=" " srcset=" " />
<button type="submit"> </button> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
source:media:type, src:mt <head>
<source media="( min-width: )" srcset=" " type=" image/ " /> button:reset, button:r, btn:r <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
Alias of button[type=reset] <title> Document </title>
</head>
source:media:sizes, src:mz <button type="reset"> </button> <body>
<source media="( min-width: )" sizes=" " srcset=" " />
</body>
button:disabled, button:d, btn:d </html>
source:sizes:type, src:zt Alias of button[disabled.]
<source sizes=" " srcset=" " type=" image/ " /> <button disabled="disabled"> </button> html:xt
Alias of !!!xt+doc4[xmlns=http://www.w3.org/1999/xhtml xml:lang=${lang}]
iframe fieldset:disabled, fieldset:d, fset:d, fst:d <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<iframe src=" " frameborder="0"> </iframe> Alias of fieldset[disabled.] <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<fieldset disabled="disabled"> </fieldset> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
embed <title> Document </title>
<embed src=" " type=" " /> </head>
bq <body>
Alias of blockquote
object </body>
<object data=" " type=" "> </object> <blockquote> </blockquote> </html>
</body>
label colg </html>
<label for=" "> </label> Alias of colgroup
<colgroup> </colgroup> ol+
input Alias of ol>li
<input type=" text " />
fst, fset <ol>
Alias of fieldset <li> </li>
inp </ol>
<input type=" text " name=" " id=" " /> <fieldset> </fieldset>
ul+
input:hidden, input:h btn
Alias of ul>li
Alias of button
Alias of input[type=hidden name] <ul>
<input type="hidden" name=" " /> <button> </button> <li> </li>
</ul>