按模块添加注释

在每个模块开始和结束的地方添加注释

  1. <!-- 新闻列表模块 -->
  2. <div class="m-news g-mod"
  3. ...
  4. <!-- /新闻列表模块 -->
  5. <!-- 排行榜模块 -->
  6. <div class="m-topic g-mod"
  7. ...
  8. <!-- /排行榜模块 -->

注释内容左右两边保留和注释符号有1个空格位,在注释内容内不允许再出现中划线“-”,某些浏览器会报错。

注释风格保持与原生HTML的语法相似:成对出现 <!-- comment --><!-- /comment -->