• 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>

  • 相关阅读:
    汉字获取首字母
    .net 实现对DNS服务器的管理
    css使图片变灰
    javascript实现文本框只能输入数字和字母
    解决Outlook不能打开的问题
    javascript实现弹出式登录界面
    asp.net防盗链技术
    javascript中replace()(转帖)
    chm文件无法显示问题
    使用Lucene.NET进行分词、搜索
  • 原文地址:https://www.cnblogs.com/justuntil/p/12341106.html
Copyright © 2020-2023  润新知