Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
10-20-2023, 03:22 AM
Post: #1
|
|||
|
|||
[F4LT] [FREE] How to code 10 times faster with Emmet
[FREE] How to code 10 times faster with Emmet
Master the life-changing extension New Rating: 0.0 out of 5 (0 ratings) 186 students 1hr 12min of on-demand video Description Hello everyone and welcome to this complete Emmet course. Emmet is a life-changing extension, it makes it much easier to code in HTML but also in JSX, Vue templates, with Svelte and all other JS frameworks. It is available on all modern code editors, and we will use VS CODE for this course. The goal is to use shortcuts called "abbreviations" like this: div.container>ul.list>li.item*6 Once written, all you have to do is press 'enter' or 'tab' to execute them. <div class="container"> <ul class="list"> <li class="item"></li> <li class="item"></li> <li class="item"></li> <li class="item"></li> <li class="item"></li> <li class="item"></li> </ul> </div> Great, isn't it? https://www.udemy.com/course/emmet-course/ Enjoy! |
|||