当前位置:网站首页>Emmet basic syntax
Emmet basic syntax
2022-07-02 19:09:00 【If you don't study today, you will become a cured chicken tomor】
#Emmet grammar
1. For a single element
1.1 Quickly generate a tag
Tag name +tab:
The renderings are as follows :
h1 Press enter again :
<h1></h1>
1.2 Generate tags id attribute
* Tag name +tab+#
h1# Again · Press enter
<h1 id=""></h1>
1.3 Generate tags classs attribute ‘
Tag name +tab+.
h1. Press enter again :
<h1 class=""></h1>
h1.x Press again tab The key is as follows :
<ha class="x"></ha>
1.4 Generate other attributes of the tag
Tag name +[ attribute 】
img[alt], Press enter again :
<img src="" alt="">
1.5 Generate multiple single elements
h1*3 Press again tab key
<a href=""></a><a href=""></a><a href=""></a>
1.6 Generate the value of the tag
li{xx} Press again tab key :
<li>x</li>
2. For multiple elements
2.1 Generate multiple brothers
a+h1+h2 Press again tab key
<a href=""></a>
<h1></h1>
<h2></h2>
2.2 Generate parent-child elements
Each element is enclosed by a greater than sign , Is the child element of which
ul>li>a Press again tab key
<ul>
<li><a href=""></a></li>
</ul>
2.3 Serial number ’@’ and ‘#’
ul>li.ix{[email protected]}*3 Press again tab key :
<ul>
<li class="ix">as1</li>
<li class="ix">as2</li>
<li class="ix">as3</li>
</ul>
3. practice ( Generate a 5*8 Table for )
table>caption{ title }+(thead>th>br>tr{ Form head }*5)+tbody>th>br*7>tr{ Cell }*5
Press again tab key , This answer is for reference only
边栏推荐
- Comprendre complètement le tutoriel de traitement de Point Cloud basé sur open3d!
- What is 9D movie like? (+ common sense of dimension space)
- 新手必看,點擊兩個按鈕切換至不同的內容
- Yolov3 trains its own data set to generate train txt
- Have you stepped on the nine common pits in the e-commerce system?
- ICDE 2023|TKDE Poster Session(CFP)
- High frequency interview questions
- Mini Golf Course: a good place for leisure and tourism in London
- reduce--遍历元素计算 具体的计算公式需要传入 结合BigDecimal
- 【每日一题】第一天
猜你喜欢
【测试开发】软件测试—概念篇
Hospital online inquiry source code hospital video inquiry source code hospital applet source code
Tips for material UV masking
Comprendre complètement le tutoriel de traitement de Point Cloud basé sur open3d!
How to copy and paste interlaced in Excel
【JVM调优实战100例】01——JVM的介绍与程序计数器
High frequency interview questions
新加坡暑假旅游攻略:一天玩转新加坡圣淘沙岛
Transformation of thinking consciousness is the key to the success or failure of digital transformation of construction enterprises
[0701] [paper reading] allowing data imbalance issue with perforated input during influence
随机推荐
思维意识转变是施工企业数字化转型成败的关键
高频面试题
What is 9D movie like? (+ common sense of dimension space)
[test development] takes you to know what software testing is
教程篇(5.0) 09. RESTful API * FortiEDR * Fortinet 网络安全专家 NSE 5
Websocket of Web real-time communication technology
Compile oglpg-9th-edition source code with clion
codeforces每日5题(均1700)-第四天
Leetcode (154) -- find the minimum value II in the rotation sort array
《病人家属,请来一下》读书笔记
reduce--遍历元素计算 具体的计算公式需要传入 结合BigDecimal
The student Tiktok publicized that his alma mater was roast about "reducing the seal of enrollment". Netizen: hahahahahahahaha
Singapore summer tourism strategy: play Singapore Sentosa Island in one day
How can retail enterprises open the second growth curve under the full link digital transformation
全志A33使用主线U-Boot
预处理和预处理宏
Crypto usage in nodejs
R language uses Cox of epidisplay package Display function obtains the summary statistical information of Cox regression model (risk rate HR, adjusted risk rate and its confidence interval, P value of
开发固定资产管理系统,开发固定资产管理系统用什么语音
Golang并发编程——goroutine、channel、sync