码迷,mamicode.com
首页 > 其他好文 > 详细

emmet

时间:2015-04-26 21:05:09      阅读:162      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!