博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
使用sublime text2怎样新建文件高速生成HTML头部信息?
阅读量:5135 次
发布时间:2019-06-13

本文共 348 字,大约阅读时间需要 1 分钟。

前提须要安装Emmet插件。安装完毕后重新启动sublime。

输入下面简写,按Tab。

html:4t

    
Document ${child}

html:4s

    
Document ${child}

html:xt

    
${child}

html:xs

    
Document ${child}
html:xxs

    
Document ${child}
html:5

    
Document ${child}

转载于:https://www.cnblogs.com/mengfanrong/p/5233962.html

你可能感兴趣的文章
js阻止事件冒泡的两种方法
查看>>
Java异常抛出
查看>>
74HC164应用
查看>>
变量声明和定义的关系
查看>>
Wpf 之Canvas介绍
查看>>
linux history
查看>>
jQuery on(),live(),trigger()
查看>>
Python2.7 urlparse
查看>>
sencha touch在华为emotion ui 2.0自带浏览器中圆角溢出的bug
查看>>
【架构】Linux的架构(architecture)
查看>>
ASM 图解
查看>>
Date Picker控件:
查看>>
你的第一个Django程序
查看>>
grafana授权公司内部邮箱登录 ldap配置
查看>>
treegrid.bootstrap使用说明
查看>>
[Docker]Docker拉取,上传镜像到Harbor仓库
查看>>
javascript 浏览器类型检测
查看>>
nginx 不带www到www域名的重定向
查看>>
记录:Android中StackOverflow的问题
查看>>
导航,头部,CSS基础
查看>>