Answer the question
In order to leave comments, you need to log in
How to use snippet for complex designs?
Hello, how can I enter this using a snippet
<label> <span></span><input type="radio" class="modifier1" /></label>
<label> <span></span><input type="radio" class="modifier2" /></label>
<label> <span></span><input type="radio" class="modifier3" /></label>
<label> <span></span><input type="radio" class="modifier4" /></label>
<label> <span></span><input type="radio" class="modifier5" /></label>
<label> <span></span><input type="radio" class="modifier6" /></label>
Answer the question
In order to leave comments, you need to log in
google about emmet. this plugin is available for all IDEs and editors
. In your case, via emmet, you will need to enter something like this:
label*6>span+input[type=radio class="modifier$"]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question