emmet完整收录(html,css)
emmet官网
https://emmet.io/
语法篇
Child: >
nav>ul>li <nav> <ul> <li></li> </ul> </nav>
HTML
All unknown abbreviations will be transformed to tag, e.g.foo
→<foo></foo>
.
!
Alias of html:5 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Document</title> </head> <body> </body> </html>
CSS
CSS module uses fuzzy search to find unknown abbreviations, e.g.ov:h
==ov-h
==ovh
==oh
.
If abbreviation wasn’t found, it is transformed into property name:foo-bar
→foo-bar: |;
You can prefix abbreviations with hyphen to produce vendor-prefixed properties:-foo
相关推荐
黎豆子 2020-02-03
行吟阁 2020-01-05
福叔 2019-12-14
andyhu00 2017-09-03
花雨漫天 2019-07-01
来老师 2017-09-03
huanghuang 2015-03-31
skyGAYD 2014-10-22
HTML混合APP开发 2014-08-28
WinerChopin 2014-08-05
walliam 2014-03-20
RainyX 2019-06-26
AlisaClass 2013-09-22
zhangpeng 2013-01-17
红壶吃猬队 2019-06-20
JackieWell 2016-04-15
xiaofanguan 2017-09-14
BitTigerio 2018-05-25