亚洲免费乱码视频,日韩 欧美 国产 动漫 一区,97在线观看免费视频播国产,中文字幕亚洲图片

      1. <legend id="ppnor"></legend>

      2. 
        
        <sup id="ppnor"><input id="ppnor"></input></sup>
        <s id="ppnor"></s>

        html中的meta標(biāo)記簡(jiǎn)單對(duì)照

        字號(hào):


            接下來(lái)將介紹meta標(biāo)記,meta標(biāo)記用于定義文件信息,對(duì)網(wǎng)頁(yè)文件進(jìn)行說(shuō)明,便于搜索引擎查找
            meta標(biāo)記用于定義文件信息,對(duì)網(wǎng)頁(yè)文件進(jìn)行說(shuō)明,便于搜索引擎查找。放置于<head></head>之間
            設(shè)置關(guān)鍵字:
            <meta name=”keywords” content=”value”>多個(gè)關(guān)鍵字內(nèi)容之間可以用“,”分隔
            設(shè)置描述:<meta name=”description” content=”value”>
            設(shè)置作者:<meta name=”author” content=”作者名”>
            設(shè)置字符集:<meta http-equiv=”content-type” content=”text/html;charset=gb2312”>
            設(shè)置頁(yè)面定時(shí)跳轉(zhuǎn):<meta http-equiv=“refresh"content="2;URL=http://www.itcast.cn" />