当前位置:Gxlcms > html代码 > 干净的XHTML语法_HTML/Xhtml_网页制作

干净的XHTML语法_HTML/Xhtml_网页制作

时间:2021-07-01 10:21:17 帮助过:8人阅读

Writing XHTML demands a clean HTML syntax.
写XHTML要求使用干净的HTML语法
--------------------------------------------------------------------------------
Some More XHTML Syntax Rules:
更多XHTML语法规则:
Attribute names must be in lower case
属性名称必须为小写
Attribute values must be quoted
属性值使用双引号
Attribute minimization is forbidden
属性简写是不允许的
The id attribute replaces the name attribute
用id属性来替代name属性
The XHTML DTD defines mandatory elements
XHTML DTD定义强制元素
--------------------------------------------------------------------------------
Attribute Names Must Be In Lower Case
属性名称必须为小写
This is wrong:
这是错误的:
This is correct:
这是正确的:

--------------------------------------------------------------------------------
Attribute Values Must Be Quoted
属性值必须带上双引号
This is wrong:
这是错误的:
This is correct:
这是正确的:

--------------------------------------------------------------------------------
Attribute Minimization Is Forbidden
不允许属性简写
This is wrong:
这是错误的: