美文网首页
WEB standards For self

WEB standards For self

作者: a5c0a9d9ccb8 | 来源:发表于2016-09-02 22:32 被阅读8次

1、 HTML

2、 CSS

  • 命名 用‘_’分割
  • 注释用/* comments */

3、 JS

  • 命名 使用驼峰法
  • 缩进2格
  • string用单引号
  • 在关键词后空格
if (condition) {}
  • 在函数名后面空格
function name (){}
  • NO无用的变量

相关文章

网友评论

      本文标题:WEB standards For self

      本文链接:https://www.haomeiwen.com/subject/yddkettx.html