Answer the question
In order to leave comments, you need to log in
How to write lists on Emmet?
As I write a question on a toaster, I mentally understand that my questions are stupid.
But still, I can’t find how to implement it correctly)
I’m trying to make a list on Emmet that is immediately filled with the necessary data.
How to create such a structure?
<ul>
<li><a href="#">Чермет</a></li>
<li><a href="#">Цветмет</a></li>
<li><a href="#">Металлопрокат</a></li>
</ul>
ul>li*3>a
Answer the question
In order to leave comments, you need to log in
ul>li>a{Blackmetal}+a{Nonferrousmetal}+a{Rolled metal}
ul>li>a[href="#"]{Blackmetal}+a[href="#"]{Nonferrousmetal}+a[href= "#"]{Rolled metal}
Emmet has such a thing as wrap with abbreviation. For example, in my sublime it is called by ctrl+shift+G. Selecting text
Цветмет
Чермет
Металлопрокат
and enter the abbreviation ul>li*>a[href="#"
] 1.Цветмет
2.Чермет
3.Металлопрокат
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question