我使用 html5 创建了一个示例 hello world 代码,并尝试在 osX 上的 firefox、chrome 和 safari 上运行它。当我尝试在屏幕上查看它时,我没有看到输出,而是看到了整个 html 代码。相同的代码似乎在 ubuntu 机器上运行良好。我也检查了我当前浏览器的兼容性,它们似乎是兼容的。
这是我正在使用的代码
<!DOCTYPEhtml>
<html lang="en">
<head>
<title>Hello World</title>
</head>
<body>
<h1>Hello World</h1>
<p>
Jamie was here.
</p>
</body>
有任何想法吗?