極簡的HTML5模版
來源:易賢網(wǎng) 閱讀:1691 次 日期:2016-07-09 10:48:31
溫馨提示:易賢網(wǎng)小編為您整理了“極簡的HTML5模版”,方便廣大網(wǎng)友查閱!

這篇文章主要介紹了一個(gè)極簡的HTML5模版,代碼功能的說明基本上都融入于注釋之中,需要的朋友可以參考下

分享一個(gè)HTML5頁面開發(fā)的基礎(chǔ)性模板,包含了兩個(gè)版本:開發(fā)版本和注釋版本??梢员挥糜诨A(chǔ)的服務(wù)器端編程框架框架之中^_^

開發(fā)版本

XML/HTML Code

<!DOCTYPE html>  

<html>  

<head>  

<meta http-equiv="X-UA-Compatible" content="IE=edge">  

<meta charset="utf-8">  

<title></title>  

<meta name="description" content="">  

<meta name="author" content="">  

<meta name="viewport" content="width=device-width, initial-scale=1">  

<link rel="stylesheet" href="">  

<!--[if lt IE 9]>  

<script src="http://cdn.jsdelivr.net/<span style="width: auto; height: auto; float: none;" id="11_nwp"><a style="text-decoration: none;" mpid="11" target="_blank" id="11_nwl"><span style="color:#0000ff;font-size:14px;width:auto;height:auto;float:none;">html5</span></a></span>shiv/3.7.2/html5shiv.min.js"></script>  

<script src="http://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script>  

<![endif]-->  

<link rel="shortcut icon" href="">  

</head>  

<body>  

<!-- 這里添加頁面主要內(nèi)容 -->  

<!-- SCRIPTS:個(gè)人建議在天朝不要使用Google的CDN了,是不是你就發(fā)現(xiàn)你的網(wǎng)站功能失效了 -->  

<!-- Example: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> -->  

</body>  

</html>  

注釋版本

XML/HTML Code

<!DOCTYPE <span style="width: auto; height: auto; float: none;" id="0_nwp"><a style="text-decoration: none;" mpid="0" target="_blank" id="0_nwl"><span style="color:#0000ff;font-size:14px;width:auto;height:auto;float:none;">html</span></a></span>>  

<!--    

     設(shè)置lang值來保證<html><span style="width: auto; height: auto; float: none;" id="1_nwp"><a style="text-decoration: none;" mpid="1" target="_blank" id="1_nwl"><span style="color:#0000ff;font-size:14px;width:auto;height:auto;float:none;">標(biāo)簽</span></a></span>的互操作性及其可訪問性   

 更多HTML標(biāo)簽全局性屬性   

 請(qǐng)閱讀這里: http://www.w3.org/TR/html-markup/global-attributes.html -->  

<html>  

<<span style="width: auto; height: auto; float: none;" id="2_nwp"><a style="text-decoration: none;" mpid="2" target="_blank" id="2_nwl"><span style="color:#0000ff;font-size:14px;width:auto;height:auto;float:none;">head</span></a></span>>  

<!--   

    告訴IE使用目前最新的布局引擎:   

    更多信息閱讀這里: https://www.modern.ie/en-us/performance/how-to-use-x-ua-compatible -->  

<meta http-equiv="X-UA-Compatible" content="IE=edge">  

<!--   

     針對(duì)web性能定義字符集,首選通過HTTP header來設(shè)置   

 確保HTTP header和Meta標(biāo)簽設(shè)置一致   

 更多信息閱讀這里: https://developers.google.com/speed/docs/best-practices/rendering#SpecifyCharsetEarly -->  

<meta charset="utf-8">    

<!-- 指定頁面標(biāo)題 -->  

<title></title>  

<!-- 指定web頁面描述 -->  

<meta name="description" content="">  

<!-- 指定web頁面作者 -->  

<meta name="author" content="">  

<!-- 提示移動(dòng)瀏覽器使用設(shè)備<span style="width: auto; height: auto; float: none;" id="3_nwp"><a style="text-decoration: none;" mpid="3" target="_blank" id="3_nwl"><span style="color:#0000ff;font-size:14px;width:auto;height:auto;float:none;">寬度</span></a></span>和縮放比 -->  

<meta name="viewport" content="width=device-width, initial-scale=1">  

<!-- 在頁面加載前來加載CSS   

     保證相關(guān)樣式的及時(shí)加載   

     指定對(duì)應(yīng)的URI屬性 -->  

<link rel="stylesheet" href="">  

<!--   

     加載<span style="width: auto; height: auto; float: none;" id="4_nwp"><a style="text-decoration: none;" mpid="4" target="_blank" id="4_nwl"><span style="color:#0000ff;font-size:14px;width:auto;height:auto;float:none;">html</span></a></span>shiv和respond.js來兼容老版本的IE瀏覽器   

 方便使用HTML5中的新元素和media queries -->  

<!--[if lt IE 9]>  

<script <span style="width: auto; height: auto; float: none;" id="5_nwp"><a style="text-decoration: none;" mpid="5" target="_blank" id="5_nwl"><span style="color:#0000ff;font-size:14px;width:auto;height:auto;float:none;">src</span></a></span>="http://cdn.jsdelivr.net/<span style="width: auto; height: auto; float: none;" id="6_nwp"><a style="text-decoration: none;" mpid="6" target="_blank" id="6_nwl"><span style="color:#0000ff;font-size:14px;width:auto;height:auto;float:none;">html5</span></a></span>shiv/3.7.2/html5shiv.min.js"></script>  

<script src="http://cdnjs.cloudflare.com/<span style="width: auto; height: auto; float: none;" id="7_nwp"><a style="text-decoration: none;" mpid="7" target="_blank" id="7_nwl"><span style="color:#0000ff;font-size:14px;width:auto;height:auto;float:none;">ajax</span></a></span>/libs/respond.js/1.4.2/respond.min.js"></script>  

<![endif]-->  

<!-- 指定favicon的URI -->  

<link rel="shortcut icon" href="">  

<!-- 下面注釋掉的是ios/android書簽圖標(biāo)-->  

<!--   

<meta name="mobile-web-app-capable" content="yes">  

<link rel="icon" sizes="196x196" href="">  

<link rel="apple-touch-icon" sizes="152x152" href="">  

-->  

<!--    

     如果可能使用async屬性來非阻斷的加載腳本   

 例子: <script <span style="width: auto; height: auto; float: none;" id="8_nwp"><a style="text-decoration: none;" mpid="8" target="_blank" id="8_nwl"><span style="color:#0000ff;font-size:14px;width:auto;height:auto;float:none;">src</span></a></span>="" async></script> -->  

</<span style="width: auto; height: auto; float: none;" id="9_nwp"><a style="text-decoration: none;" mpid="9" target="_blank" id="9_nwl"><span style="color:#0000ff;font-size:14px;width:auto;height:auto;float:none;">head</span></a></span>>  

<body>  

<!-- 這里添加頁面主要內(nèi)容 -->  

<!-- 如果可能使用async屬性來非阻斷的加載腳本 -->  

<!-- SCRIPTS -->  

<!-- 例子: <script src="http://<span style="width: auto; height: auto; float: none;" id="10_nwp"><a style="text-decoration: none;" mpid="10" target="_blank" id="10_nwl"><span style="color:#0000ff;font-size:14px;width:auto;height:auto;float:none;">ajax</span></a></span>.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> -->  

</body>  

</html>  

更多信息請(qǐng)查看網(wǎng)頁制作
易賢網(wǎng)手機(jī)網(wǎng)站地址:極簡的HTML5模版
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 加入群交流 | 手機(jī)站點(diǎn) | 投訴建議
工業(yè)和信息化部備案號(hào):滇ICP備2023014141號(hào)-1 云南省教育廳備案號(hào):云教ICP備0901021 滇公網(wǎng)安備53010202001879號(hào) 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號(hào)
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65317125(9:00—18:00) 獲取招聘考試信息及咨詢關(guān)注公眾號(hào):hfpxwx
咨詢QQ:526150442(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報(bào)警專用圖標(biāo)