C
C
counterprowtf2019-07-04 09:58:32
BEM
counterprowtf, 2019-07-04 09:58:32

What is the essence of BEM?

Is the essence of BAM to avoid cascading? Is it always necessary to give classes if you are typing according to BAM . I
just started to typeset according to this methodology, more precisely, I am just learning ..
And is the markup done correctly

<header class="header">
    <div class="container">
      <div class="header-logo">
        <img class="header-logo__img" src="images/logo.svg" alt="logo">
      </div>
      <nav class="menu">
        <ul class="menu-list">
          <li class="menu-list__item">
            <a class="menu-list__link">Features</a>
          </li>
          <li class="menu-list__item">
            <a class="menu-list__link">Works</a>
          </li>
          <li class="menu-list__item">
            <a class="menu-list__link">Our Team</a>
          </li>
          <li class="menu-list__item">
            <a class="menu-list__link">Testimonials</a>
          </li>
          <li class="menu-list__item">
            <a class="menu-list__link">Downloand</a>
          </li>
        </ul>
      </nav>
    </div>
  </header>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Ukolov, 2019-07-04
@counterprowtf

https://en.bem.info/methodology/solved-problems/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question