A simple XHTML document, with the minimum of required tags: and xmlns attribute has a http link.
If I am working on localhost and if I don't have an Internet connection, can't I work on 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>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…