首页 > 其他 > 详细

emmet

时间:2015-04-26 21:04:16      阅读:273      评论:0      收藏:0      [点我收藏+]

参考网址:1. http://www.cnblogs.com/cnjava/archive/2013/07/30/3225174.html

              2. http://www.w3cplus.com/tools/emmet-cheat-sheet.html

级别:
> 子
+ 同级
^ 上升
* 乘法,通配符
() 分组

属性运算符:
# id
. class
[] attr p[title style ]
$ 自增 通配符
@ - 倒序
运算符
{} p>{click}+a{here}+{to continue}

隐式标签(默认标签)
.one <div class="one"></div>
em>.one <em><span class="one"></span></em>
ul>.one <ul><li class="one"></li></ul>
table>.row>.col <table><tr class="row"><td class

HTML:
!
a
a:link
a:mail
abbr <abbr title=""></abbr>
link
link:css print favicon touch rss atom
meta
meta:utf win vp compat
style
script
script:src
img
iframe
embed

 

emmet

原文:http://www.cnblogs.com/sxhall/p/4458274.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!