当前位置:网站首页>Emmet 语法
Emmet 语法
2022-07-31 15:03:00 【ximingx】
>(子代)和+(兄弟)
<!--div>ul>li-->
<div>
<ul>
<li></li>
</ul>
</div>
<!--div+div>p>span+i-->
<div></div>
<div>
<p><span></span><i></i></p>
</div>
*(多个)和^(上一级)
<!--ul>li*5-->
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<!--div+div>span^^h1-->
<div></div>
<div><span></span></div>
<h1></h1>
()(分组)
<!--div>(header>ul>li*3)+footer-->
<div>
<header>
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</header>
<footer></footer>
</div>
属性(id属性、class属性、普通属性){}(内容)
<!--div#header+div#main>.container>a[href]-->
<div id="header"></div>
<div id="main">
<div class="container"><a href=""></a></div>
</div>
<!--a[href="http://127.0.0.1"]{content}-->
<a href="http://127.0.0.1">content</a>
$(数字)
<!--ul>li.item$5{$}*5-->
<ul>
<li class="item15">1</li>
<li class="item25">2</li>
<li class="item35">3</li>
<li class="item45">4</li>
<li class="item55">5</li>
</ul>
边栏推荐
- /etc/profile、/etc/bashrc、~/.bash_profile、~/.bashrc 文件的作用
- Ubantu project 4: xshell, XFTP connected the virtual machine and set xshell copy and paste the shortcut
- Introductory UnityShader learning (2) - the rendering pipeline
- 消息队列消息数据存储MySQL表设计
- 架构实战营模块8消息队列表结构设计
- UnityShader入门学习(一)——GPU与Shader
- Selenium自动化中无头浏览器的应用
- The meaning of node_exporter performance monitoring information collection in Prometheus
- R language ggplot2 visualization: use the ggboxplot function of the ggpubr package to visualize the box plot, use the font function to customize the font size, color, style (bold, italic) of the legen
- Spark学习(3)-Spark环境搭建-Standalone
猜你喜欢

Sentinel流量控制

基于极限学习机(ELM)进行多变量用电量预测(Matlab代码实现)

Essential Learning for Getting Started with Unity Shader - Transparency Effect

微信聊天记录中搜索红包

名创优品斥资6.95亿购买创始人叶国富所持办公楼股权

自适应控制——仿真实验二 用Narendra方案设计模型参考自适应系统

四象限时间管理有多好用?

Description of Hikvision camera streaming RTSP address rules

UnityShader入门学习(三)——Unity的Shader

消息队列消息数据存储MySQL表设计
随机推荐
Getting started with UnityShader (3) - Unity's Shader
Small test knife: Go reflection helped me convert Excel to Struct
RecyclerView高效使用第二节
RecyclerView高效使用第三节
R语言计算时间序列数据的移动平均值(滚动平均值、例如5日均线、10日均线等):使用zoo包中的rollmean函数计算k个周期移动平均值
Gorm—Go语言数据库框架
AVH部署实践 (一) | 在Arm虚拟硬件上部署飞桨模型
"Listen to me, thank you" can be said in ancient poetry?Tsinghua University has developed an artifact of "Searching Sentences According to Meaning", which can search for the famous sayings you want wi
Groupid(artifact id)
WeChat chat record search in a red envelope
Efficient use of RecyclerView Section 2
《微信小程序-进阶篇》Lin-ui组件库源码分析-Icon组件
/etc/profile、/etc/bashrc、~/.bash_profile、~/.bashrc 文件的作用
基于极限学习机(ELM)进行多变量用电量预测(Matlab代码实现)
Sentinel安装与部署
thread_local 变量的析构顺序
易驱线主控芯片对比(电动三轮电机90O瓦世纪通达)
Excel快速对齐表格的中姓名(两个字姓名和三个字姓名对齐)
TRACE32——常用操作
DeepLab Series Learning