I
I
ingvar122016-08-20 23:11:35
HTML
ingvar12, 2016-08-20 23:11:35

What does ^^ stand for in emmet?

Wrapper>header>h1>a>img^^span.tel{123-456-7890}+nav>ul>li*5>a

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
HamSter, 2016-08-21
@HamSter007

emmet short tag
^^ on lvl 2 above
===>

<h1><a href=""><img src="" alt=""></a></h1>
<span class="tel">123-456-7890</span>

^ on ur 1. above
===>
<h1><a href=""><img src="" alt=""></a>
    <span class="tel">123-456-7890</span>
</h1>

span - rose to 1 lvl. up and became flush with a (ccskrjq) (i.e. not inside the image)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question