启动前不会更新HTML代码

时间:2015-09-21 01:18:13

标签: html

所以我一直试图建立一个测试网站,但是当我去推出它时,由于某种原因,代码与我制作的代码不同。这就是我的意思......

name

但是当我启动它时,它看起来根本不是那样的。当我查看页面的源代码时,它看起来像这样......

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>Dosisod</title>

    <style>
        h.Main-Title{
            color:lightblue;
            font-size: 25px;
            font-family:'Lucida Console';
        }
        p.Test{
            font-family:'Lucida Console';
            color:black;
        }
    </style>

</head>
<body>
    <h class="Main-Title">This Is A Test.</h>
    <p class="Test">This Is A Test</p>
</body>
</html>

它丢失了我制作的一堆代码,并在我启动它时消失了。也许是构建错误?

0 个答案:

没有答案