I
I
Ivan Ukhov2016-11-24 10:48:04
HTML
Ivan Ukhov, 2016-11-24 10:48:04

How to write a line using emmet so that the contents of a div increase by 1?

What needs to be added here to get it (code editor - ATOM, if it's important)

(div.day{1})*3
<div class="day">1</div>
<div class="day">2</div>
<div class="day">3</div>
<div class="day">4</div>
<div class="day">5</div>

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Иван Карпущенко, 2016-11-24
@Igooooood

.day{$}*5
А если делаешь див, то достаточно начать с имени класса, "div" указывать не обязательно

Борис Якушев, 2016-11-24
@za4me

Будет полезно:
docs.emmet.io/cheat-sheet

Сергей Зеленский, 2016-11-24
@SergeyZelensky-Rostov

$

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question