課程
/前端開發
/HTML/CSS
/企業網站綜合布局實戰
不好意思,“源代碼下載區”在哪里
2019-07-22
源自:企業網站綜合布局實戰 2-3
正在回答
我可以把我的發給你
<!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>無標題文檔</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>
<!--在此添加相應的div標簽-->
</body>
</html>
舉報
本課程重點介紹HTML/CSS實現常見企業網站布局的方法
1 回答焦點圖 源代碼下載區
4 回答為什么資料下載里面的素材包和源代碼總不能下載呢
1 回答下載的源代碼,不寫ad樣式 焦點圖也顯示正常。。。what happened??
1 回答下載源碼后,為什么我打開的index文件是亂碼的?
3 回答跪求老師課件源代碼
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2019-08-10
我可以把我的發給你
<!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>無標題文檔</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>
<!--在此添加相應的div標簽-->
</body>
</html>