div>header>ul>li*2>a+footer>p is not working for me. I need to group whatever is between the ul and a. How can I do this?
How to group with Emmet
234 views Asked by MsCurly At
1
div>header>ul>li*2>a+footer>p is not working for me. I need to group whatever is between the ul and a. How can I do this?
You can group things with Emmet with the brackets. In your case:
div>header>(ul>li*2>a)+footer>pGive it a try.