J
J
Johnny Smith2017-10-12 21:15:58
Emmet
Johnny Smith, 2017-10-12 21:15:58

What is the difference between parentheses and curly braces?

What is the difference if you type curly or parentheses tab triggers?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mikhail Kuzminov, 2017-10-12
@Olek1

{} passing text to element

p{Text} 
<p>Text</p>

() grouping elements
header+(nav>ul>li>a)+main+footer
<header></header>
<nav>
  <ul>
    <li><a></a></li>
  </ul>
</nav>
<main></main>
<footer></footer>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question