課程
/前端開(kāi)發(fā)
/HTML/CSS
/企業(yè)網(wǎng)站綜合布局實(shí)戰(zhàn)
不好意思,“源代碼下載區(qū)”在哪里
2019-07-22
源自:企業(yè)網(wǎng)站綜合布局實(shí)戰(zhàn) 2-3
正在回答
我可以把我的發(fā)給你
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>無(wú)標(biāo)題文檔</title>
<style type="text/css">
? ? .html,body{
? ? ? ? width:960px;
? ? ? ? background-color:#CFF;
? ? }
? ? .wa{
? ? ? ? width:740px;
? ? ? ? height:300px;
? ? ? ? background-color:#C9F;
? ? ? ? float:left;
? ? .ya{
? ? ? ? width:210px;
? ? ? ? background-color:#FCF;
? ? ? ? margin-left:10px;
? ??
</style>
</head>
<body>
<div class="wa"></div>
<div class="ya"></div>
<!--在此添加相應(yīng)的div標(biāo)簽-->
</body>
</html>
舉報(bào)
本課程重點(diǎn)介紹HTML/CSS實(shí)現(xiàn)常見(jiàn)企業(yè)網(wǎng)站布局的方法
1 回答焦點(diǎn)圖 源代碼下載區(qū)
4 回答為什么資料下載里面的素材包和源代碼總不能下載呢
1 回答下載的源代碼,不寫(xiě)ad樣式 焦點(diǎn)圖也顯示正常。。。what happened??
1 回答下載源碼后,為什么我打開(kāi)的index文件是亂碼的?
3 回答跪求老師課件源代碼
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢(xún)優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2019-08-10
我可以把我的發(fā)給你
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>無(wú)標(biāo)題文檔</title>
<style type="text/css">
? ? .html,body{
? ? ? ? width:960px;
? ? ? ? background-color:#CFF;
? ? }
? ? .wa{
? ? ? ? width:740px;
? ? ? ? height:300px;
? ? ? ? background-color:#C9F;
? ? ? ? float:left;
? ? }
? ? .ya{
? ? ? ? width:210px;
? ? ? ? height:300px;
? ? ? ? background-color:#FCF;
? ? ? ? float:left;
? ? ? ? margin-left:10px;
? ? }
? ??
</style>
</head>
<body>
<div class="wa"></div>
<div class="ya"></div>
<!--在此添加相應(yīng)的div標(biāo)簽-->
</body>
</html>