Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个 HTML 页面并使用 MAMP(最新)存储,但是在打开浏览器时没有呈现 HTML,而是以纯 HTML 代码的形式呈现。
为什么?
不久前我遇到了同样的问题。发布代码会有所帮助,但这是我的建议:
<!DOCTYPE html>
<html> <head> <title> Title </title> </head> <body> </body> </html>
被包含在内。