Hello.

I saw plugins for text editors that created tags based on this command:

ul.ul-class-1>li.li-class-1+li.li-class-2+li.li-class-3

This command will create something like this on the page:

 <ul class="ul-class-1"> <li class="li-class-1"></li> <li class="li-class-2"></li> <li class="li-class-3"></li> </ul> 

How it's called?

  • one
    If you like this style, it will be more convenient to use pug instead of html. - Beast Winterwolf

1 answer 1

called zen coding. Here is an example https://www.davidtan.org/how-to-install-use-zen-coding-in-notepad-faster-html-css-coding/