此问题已存在:
Why Automatically pre tags added on my php file
2天前关闭。
问题:
下面的HTML代码显示文本“
"tags automatic. What is wrong with the code? How can it be fixed?
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
tets
</body>
</html>
1条答案
按热度按时间uqzxnwby1#
您的HTML代码没有问题,但如果
<pre>
标记自动显示,而不是您在代码中编写它,可能问题在于此:1.服务器端代码
1.您的CSS和JS文件
1.如果你使用CMS,也许问题就出在这上面