Home > Web Front-end > HTML Tutorial > 编码规范之编写灵活、稳定、高质量的 HTML 和 CSS 代码的规范_html/css_WEB-ITnose

编码规范之编写灵活、稳定、高质量的 HTML 和 CSS 代码的规范_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 08:49:06
Original
869 people have browsed it

不管有多少人共同参与同一项目,一定要确保每一行代码都像是同一个人编写的。

因此,编写灵活、稳定、高质量的 HTML 和 CSS 代码,是每一个技术人员的基本操守。



HTML


************************************************************************


语法

  • 用两个空格来代替制表符(tab) -- 这是唯一能保证在所有环境下获得一致展现的方法。

  • 嵌套元素应当缩进一次(即两个空格)。

  • 对于属性的定义,确保全部使用双引号,绝不要使用单引号。

  • 不要在自闭合(self-closing)元素的尾部添加斜线 -- HTML5 规范中明确说明这是可选的。

  • 不要省略可选的结束标签(closing tag)(例如,

  •  或 
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template