Answer the question
In order to leave comments, you need to log in
What is the correct name for a nested block?
How to properly name a nested block?
Let's say we have a code:
<main class="main">
<div class="wrapper">
<div class="main-left"></div>
<div class="main-right">
<a class="link">ссылка</a>
<div class="mail">
<div class="title">title</div>
<div class="content"></div>
</div>
<div class="elem2">
<div class="title">title</div>
<div class="content"></div>
</div>
...
</div>
</div>
</main>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question