What are the best practices of nesting html elements in order to keep things reusable, readable or easy to manage?

后端 未结 0 1170
没有蜡笔的小新
没有蜡笔的小新 2020-12-05 18:30

For example, a typical navigation could look like this:

nav.main-nav
  ul.main-nav-list
    li
      a

But what if I want to limit the width

相关标签:
回答
  • 消灭零回复
提交回复
热议问题