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