标签:
参考网址: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
标签:
原文地址:http://www.cnblogs.com/sxhall/p/4458274.html