当前位置:网站首页>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>
边栏推荐
- 英文语法-时与态
- Web自动化实战——Selenium4(自动化测试环境的搭建)
- R language moves time series data forward or backward (custom lag or lead period): use the lag function in the dplyr package to move the time series data forward by one day (set the parameter n to a p
- Five dimensions to start MySQL optimization
- thread_local 变量的析构顺序
- Ubantu专题4:xshell、xftp连接接虚拟机以及设置xshell复制粘贴快捷键
- 【CUDA学习笔记】初识CUDA
- TRACE32——基于SNOOPer的变量记录
- abaqus find contact pairs报错:surface name is already in use
- C language basic practice (nine-nine multiplication table) and printing different asterisk patterns
猜你喜欢

《微信小程序-进阶篇》Lin-ui组件库源码分析-Icon组件

NC | 斯坦福申小涛等开发数据可重复分析计算框架TidyMass

UnityShader入门学习(二)——渲染流水线

Synchronized和volatile 面试简单汇总
![Recommendation System - Recall Phase - 2013: DSSM (Twin Towers Model) [Embedding (Semantic Vector) Recall] [Microsoft]](/img/40/b567780ed2cf04f1f1336922816f86.png)
Recommendation System - Recall Phase - 2013: DSSM (Twin Towers Model) [Embedding (Semantic Vector) Recall] [Microsoft]

大健云仓冲刺美股:增营收反减利润 京东与DCM是股东

sentinel与nacos持久化

华医网冲刺港股:5个月亏2976万 红杉与姚文彬是股东

Sentinel限流和异常处理

分成两栏后文字顺序混乱的问题解决【写期刊论文时】
随机推荐
看交互设计如何集成到Scrum敏捷流程中
49. The copy constructor and overloaded 】
Advanced Mathematics - Commonly Used Indefinite Integral Formulas
Synchronized和volatile 面试简单汇总
TCP详解
OAuth2:使用JWT令牌
SQL、HQL、JPQL 到底有什么区别
OAuth2:资源服务器
NC | 中国农大草业学院杨高文组揭示发现多因子干扰会降低土壤微生物多样性的积极效应...
c语言hello world代码(代码编程入门)
高等数学——常用不定积分公式
UnityShader入门学习(二)——渲染流水线
Groupid(artifact id)
TRACE32——常用操作
Introductory UnityShader learning (2) - the rendering pipeline
RecyclerView高效使用第三节
RecyclerView高效使用第二节
The 232-layer 3D flash memory chip is here: the single-chip capacity is 2TB, and the transmission speed is increased by 50%
R语言ggplot2可视化:使用ggpubr包的ggboxplot函数可视化分组箱图、使用ggpar函数改变图形化参数(legend、修改可视化图像的图例在整图中的位置)
Use of el-tooltip