sublime Html快捷鍵大全


縮寫:html:5 
生成頭部信息

縮寫:a

<a href=""></a>

縮寫:a:link

<a href="http://"></a>

 

縮寫:a:mail

<a href="mailto:"></a>

縮寫:abbr

<abbr title=""></abbr>

縮寫:acronym

<acronym title=""></acronym>

縮寫:base

<base href="">

縮寫:basefont

<basefont>

縮寫:br

<br>

縮寫bdo

<bdo dir=""></bdo>

縮寫:bdo:r

<bdo dir="rtl"></bdo>

縮寫:bdo:l

<bdo dir="ltr"></bdo>

縮寫:link

<link rel="stylesheet" href="">

 

縮寫:link:css

<link rel="stylesheet" href="style.css" />

縮寫:link:print

<link rel="stylesheet" href="print.css" media="print">

 

縮寫:link:favicon

<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">

 

縮寫:link:touch

<link rel="apple-touch-icon" href="favicon.png">

 

縮寫:link:rss

<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">

 

縮寫:link:atom

<link rel="alternate" type="application/atom+xml" title="Atom" href="atom.xml">

縮寫:meta:utf

<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">

 

縮寫:meta:win

<meta http-equiv="Content-Type" content="text/html;charset=windows-1251">

 

縮寫:meta:vp

<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">

 

縮寫:meta:compat

<meta http-equiv="X-UA-Compatible" content="IE=7">

 

縮寫:style

<style></style>

 

縮寫:script

<script></script>

 

縮寫:script:src

<script src=""></script>

 

縮寫:img

<img src="" alt="">

 

縮寫:iframe

<iframe src="" frameborder="0"></iframe>

 

縮寫:embed

<embed src="" type="">

 

縮寫:object

<object data="" type=""></object>

 

縮寫:param

<param name="" value="">

 

縮寫:map

<map name=""></map>

 

縮寫:area

<area shape="" coords="" href="" alt="">

 

縮寫:area:d

<area shape="default" href="" alt="">

 

縮寫:area:c

<area shape="circle" coords="" href="" alt="">

 

縮寫:area:r

<area shape="rect" coords="" href="" alt="">

 

縮寫:area:p

<area shape="poly" coords="" href="" alt="">

縮寫:form

<form action=""></form>

 

縮寫:form:get

<form action="" method="get"></form>

 

縮寫:form:post

<form action="" method="post"></form>

 

縮寫:label

<label for=""></label>

 

縮寫:input

<input type="text">

 

縮寫:inp

<input type="text" name="" id="">

 

縮寫:input:hidden

別名:input[type=hidden name]

<input type="hidden" name="">

 

縮寫:input:h

別名:input:hidden

<input type="hidden" name="">

 

縮寫:input:text, input:t

別名:inp

<input type="text" name="" id="">

 

縮寫:input:search

別名:inp[type=search]

<input type="search" name="" id="">

 

縮寫:input:email

別名:inp[type=email]

<input type="email" name="" id="">

 

縮寫:input:url

別名:inp[type=url]

<input type="url" name="" id="">

 

縮寫:input:password

別名:inp[type=password]

<input type="password" name="" id="">

 

縮寫:input:p

別名:input:password

<input type="password" name="" id="">

 

縮寫:input:datetime

別名:inp[type=datetime]

<input type="datetime" name="" id="">

 

縮寫:input:date

別名:inp[type=date]

<input type="date" name="" id="">

 

縮寫:input:datetime-local

別名:inp[type=datetime-local]

<input type="datetime-local" name="" id="">

 

縮寫:input:month

別名:inp[type=month]

<input type="month" name="" id="">

 

縮寫:input:checkbox/input:c

別名:inp[type=checkbox]

<input type="checkbox" name="" id="">

縮寫:input:radio

別名:inp[type=radio]

<input type="radio" name="" id="" />

縮寫:input:r

別名:input:radio

<input type="radio" name="" id="">

 

縮寫:input:range

別名:inp[type=range]

<input type="range" name="" id="">

 

縮寫:input:submit/input:s

<input type="submit" value="">

縮寫:input:image/input:i

<input type="image" src="" alt="">

 

縮寫:input:button/input:b

<input type="button" value="">

 

縮寫:isindex

<isindex>

 

縮寫:input:reset

別名:input:button[type=reset]

<input type="reset" value="">

 

縮寫:select

<select name="" id=""></select>

縮寫:option

<option value=""></option>

 

縮寫:textarea

<textarea name="" id="" cols="30" rows="10"></textarea>

 

縮寫:menu:context

別名:menu[type=context]>

<menu type="context"></menu>

 

縮寫:menu:c

別名:menu:context

<menu type="context"></menu>

 

縮寫:menu:toolbar

別名:menu[type=toolbar]>

<menu type="toolbar"></menu>

 

縮寫:menu:t

別名:menu:toolbar

<menu type="toolbar"></menu>


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM