Click here to Skip to main content
15,888,802 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi there i'm using $ in html for name large ul or classes in html in emmet so my question is how can i do something that it won't count it at zero

What I have tried:

for example:
div*5.box$:
HTML
div class="box1"></div>
        <div class="box2"></div>
        <div class="box3"></div>
        <div class="box4"></div>
        <div class="box5"></div>

but it start counting at 1 how can i change it
i dont know is there any way or not?
Posted
Updated 31-Mar-24 22:39pm
v2

Google is your friend: Be nice and visit him often. He can answer questions a lot more quickly than posting them here...

Less than a minute with google gave me this: How to Write HTML/CSS Faster with Emmet Cheat-Codes[^] When there, use CTRL+F to search for $ and it explains how to start with a specific number.

The search term I used was trivial: "Using $ in HTML emmet", the first part copied from your subject line, with the word "emmet" tagged on the end.

In future, please try to do at least basic research yourself, and not waste your time or ours - you could have found this over two hours ago if you had ...
 
Share this answer
 
Comments
Andre Oosthuizen 1-Apr-24 4:40am    
Indeed!
Alireza Zebardast 1-Apr-24 5:18am    
tnx i will❤️
Alireza Zebardast 1-Apr-24 5:32am    
u know i'm a beginner here so can u plz tell me the best sites u know for this type of question❤️
OriginalGriff 1-Apr-24 5:57am    
As I said: start with Google. You can branch out from there.
Further to what @OriginalGriff wrote, Emmet[^] has an official Cheat Sheet[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900