diff --git a/google-html-css-styleguide/html_formatting_rules.rst b/google-html-css-styleguide/html_formatting_rules.rst new file mode 100644 index 00000000..35633636 --- /dev/null +++ b/google-html-css-styleguide/html_formatting_rules.rst @@ -0,0 +1,51 @@ +HTML格式规则 +============== + +常规格式化 +------------ + +对每个块、列表、表格元素都另起一行,每个子元素都缩进。 + +每个块元素、列表元素或表格元素另起一行,而不必考虑元素的样式(因CSS可以改变元素的 ``display`` 属性)。 + +同样的,如果他们是块、列表或者表格元素的子元素,则将之缩进。 + +(如果你遇到列表项之间有空白的问题,可以把所有 ``li`` 元素放到一行。Linter鼓励抛出警告而不是错误。) + +.. code-block:: html + +
+

Space, the final frontier.

+
+ + + + + + + + +
Income + Taxes +
$ 5.00 + $ 4.50 +
+ +HTML引号 +----------- + +当引用属性值时,使用双引号。 + +使用双引号而不是单引号来包裹属性值。 + +.. code-block:: html + + + Sign in + + + Sign in