一个简单的 XHTML 文档,具有最少的必需标记:并且xmlns属性具有一个 http 链接。
如果我在 localhost 上工作并且没有 Internet 连接,我不能在 XHTML 上工作吗?
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Title of the document</title>
</head>
<body>
The content of the document......
</body>
</html>