課程
/前端開(kāi)發(fā)
/HTML/CSS
/初識(shí)HTML(5)+CSS(3)
網(wǎng)頁(yè)的開(kāi)頭代碼和結(jié)尾代碼怎么寫(xiě)
2017-02-28
源自:初識(shí)HTML(5)+CSS(3) 1-1
正在回答
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!--使用XHTML1.0版本-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>/!--標(biāo)題 即網(wǎng)頁(yè)標(biāo)簽顯示的內(nèi)容--/</title>
<style?type="text/css">
/*CSS樣式*/
</style>
</head>
<body>
? ?<!--瀏覽器顯示的內(nèi)容-->
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">/--!使用XHTML1.0版本--/
<title></title>
<!doctpye html>
<html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<tittle>標(biāo)題</tittle>
內(nèi)容
<!DOCTYPE HTML>
<!--這里放標(biāo)題等信息-->
? ?<!--這里是主題部分-->
<meta http-equil="content-type" content="text/html";charset=uft-8>
<meat charset="utf-8"/>
<meat http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
<tittle>china</tittle>
<meat name="keywords" content="good"/>
<meta name="description" cintent="這是一個(gè)關(guān)于,什么的網(wǎng)站。"/>
<meat http-equiv="refresh" content="3;url=abc.html"/>
<link href="css/main.css" type="text/css" rel="stylesheet">
<style type="text/css"></style>
<script src="js/a.js" type="text/javascript"></script>
開(kāi)頭
結(jié)尾
舉報(bào)
HTML(5)+CSS(3)基礎(chǔ)教程8小時(shí)帶領(lǐng)大家步步深入學(xué)習(xí)標(biāo)簽用法和意義
2 回答怎么寫(xiě)網(wǎng)頁(yè)
3 回答meta只需要寫(xiě)一個(gè)就好嗎?不用像head開(kāi)頭結(jié)尾都有?
8 回答注釋文字是需要開(kāi)頭結(jié)尾配套使用碼
2 回答網(wǎng)頁(yè)沒(méi)有打開(kāi)怎么辦啊 ?
4 回答網(wǎng)頁(yè)中的自適應(yīng)怎么寫(xiě)啊
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2017-02-28
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!--使用XHTML1.0版本-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>/!--標(biāo)題 即網(wǎng)頁(yè)標(biāo)簽顯示的內(nèi)容--/</title>
<style?type="text/css">
/*CSS樣式*/
</style>
</head>
<body>
? ?<!--瀏覽器顯示的內(nèi)容-->
</body>
</html>
2017-02-28
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">/--!使用XHTML1.0版本--/
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<style?type="text/css">
</style>
</head>
<body>
</body>
</html>
2017-02-28
<!doctpye html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<tittle>標(biāo)題</tittle>
</head>
<body>
內(nèi)容
</body>
</html>
2017-02-28
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--這里放標(biāo)題等信息-->
</head>
<body>
? ?<!--這里是主題部分-->
</body>
</html>
2017-02-28
<!DOCTYPE HTML>
<html>
<head>
<meta http-equil="content-type" content="text/html";charset=uft-8>
<title></title>
</head>
<body>
</body>
</html>
2017-02-28
<!doctpye html>
<html>
<head>
<meat charset="utf-8"/>
<meat http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
<tittle>china</tittle>
<meat name="keywords" content="good"/>
<meta name="description" cintent="這是一個(gè)關(guān)于,什么的網(wǎng)站。"/>
<meat http-equiv="refresh" content="3;url=abc.html"/>
<link href="css/main.css" type="text/css" rel="stylesheet">
<style type="text/css"></style>
<body>
<script src="js/a.js" type="text/javascript"></script>
</body>
</head>
</html>
2017-02-28
開(kāi)頭
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<body>
結(jié)尾
</body>
</html>