在我的下面有一个完整的空块和元标签

时间:2012-05-16 00:35:28

标签: html html5 utf-8

我的html文件如下所示,网站是越南语,所以我使用utf-8进行编码 但是当我在Chrome中查看文件时,在body标签下面有一个巨大的空块“”,所有的meta标签也在主体内。
我不明白为什么我在head标签中写了所有meta标签,但它们出现在body标签中....

与utf-8编码有什么关系。最重要的是什么?有人能帮助我吗?谢谢!!!

<head>  
    <meta http-equiv="content-type" content="text/html;charset=utf-8" />        
    <meta name="description" content="something ...." />
    <meta name="keywords" content="something... />

    <link href="tablestyle.css" type="text/css" rel="stylesheet" />
    <link href="hinhanh.css" type="text/css" rel="stylesheet" />
    <link href="index.css" type="text/css" rel="stylesheet" />

    <title>mypage.com</title>
</head>

<body>
         Content here


    </body>

<head> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta name="description" content="something ...." /> <meta name="keywords" content="something... /> <link href="tablestyle.css" type="text/css" rel="stylesheet" /> <link href="hinhanh.css" type="text/css" rel="stylesheet" /> <link href="index.css" type="text/css" rel="stylesheet" /> <title>mypage.com</title> </head> <body> Content here </body>

1 个答案:

答案 0 :(得分:1)

这是因为您的代码文件的编码。使用记事本++ ...将文件的编码设置为“UTF-8无BOM”