Blogger Information
Blog 19
fans 0
comment 0
visits 10708
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
VSCode中Emmet的快捷操作
无名小辈
Original
397 people have browsed it

1、ID、CLASS属性是用来描述标签的

  1. <span id="11" class="22"></span>
  2. <div id="box">box</div>

DIV是默认标签,可以不写div

例如: #id{内容}

父子关系用“ > ” 来操作
兄弟关系用“ + ” 来操作
重复生成用“ * ” 来操作
序号: $ @

  1. ul.menu>li.item*4>a{item$@1}

创建一个5行8列的表格

  1. table>tr*5>td{内容$}*8
Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post