十年网站开发经验 + 多家企业客户 + 靠谱的建站团队
量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决
XHTML 元素是以 XML 格式编写的 HTML 元素。

在 HTML 中,某些元素可以不正确地彼此嵌套在一起,就像这样:
This text is bold and italic
在 XHTML 中,所有元素必须正确地彼此嵌套,就像这样:
This text is bold and italic
这是错误的:
This is a paragraph
This is another paragraph
这是正确的:
This is a paragraph
This is another paragraph
这是错误的:
A break:
A horizontal rule:
An image:
这是正确的:
A break:
A horizontal rule:
An image:
这是错误的:
This is a paragraph
这是正确的:
This is a paragraph