Emmet语法

Emmet是一款编辑器插件,支持多种编辑器支持。在前端开发中,Emmet 使用缩写语法快速编写 HTML、CSS 以及实现其他的功能,极大的提高前端开发效率。

Syntax

Child: >

  • nav>ul>li

Sibling: +

  • div+p+bq

Climb-up: ^

  • div+div>p>span+em^bq

  • div+div>p>span+em^^bq

Grouping: ()

  • div>(header>ul>li*2>a)+footer>p

  • (div>dl>(dt+dd)*3)+footer>p

Multiplication: *

  • ul>li*5

Item numbering: $

  • ul>li.item$*5

  • h[Math Processing Error]]{Header $}*3

  • ul>li.item$$$*5

  • ul>li.item$@-*5

  • ul>li.item$@3*5

ID and CLASS attributes

  • #header

  • .title

  • form#search.wide

  • p.class1.class2.class3

Custom attributes

  • p[title="Hello world"]

  • td[rowspan=2 colspan=3 title]

  • [a='value1' b="value2"]

Text: {}

  • a{Click me}

  • p>{Click }+a{here}+{ to continue}

Implicit tag names

  • .class

  • em>.class

  • ul>.class

  • table>.row>.col

github同步更新:https://github.com/mounui/Sunshine/blob/master/Cheat%20Sheet/Emmet-cheatsheet.md

weinxin
我的微信
扫一扫加我微信
echo

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: