課程
/前端開發
/Html5
/HTML5之元素與標簽結構
老師,這部分的有代碼嗎?可以分享一下嗎
2015-05-12
源自:HTML5之元素與標簽結構 5-1
正在回答
<!DOCTYPE html>
<html >
<head>
<meta charset=utf-8">
<title>后英語時代</title>
</head>
<body>
<header>
<h1>后英語時代</h1>
? ? <nav>
? ? <ul>
? ? ? ? <li><a href="index.html">首頁</a></li>
? ? ? ? <li><a href="index.html">活動</a></li>
? ? ? ? <li><a href="index.html">話題</a></li>
? ? ? ? <li><a href="index.html">社區</a></li> ? ? ??
? ? ? ? </ul>
? ? </nav> ??
</header>
<section id="idea">
<div><h2>后英語時代:</h2><p>nishifhdncfhfhajdncnfhsnfhvnnfhsj</p>
</section>
<section id="activity">
<div class="up">
<div id="calendar" class="left_part"></div>
<div id="info" class=right-part">
<div id="buletin">
<h3>公告欄</h3>
<p>每周日下午3:00-5:00英文影視沙文活動正和稅負,地點的就</p>
</div>
<div class="down">
<h2>發現活動</h2>
<div id="act_slides"></div>
<section id="post">
<h3>社區文檔</h3>
<article id="posts"> ? ?
? ? <article class="item">
? ? ? ? ? ? <figure><img/></figure>
? ? ? ? ? ? <div class="header">
? ? ? ? ? ? <a href="tu_search/tu_search.html" title="changyongjisn">圖片檢索</a>
? ? ? ? ? ? <span>writer:tom<time datetime="2013-10-12 19:03" pubdate="2013-2-4"></time>2013-10-12 19:03</span>
? ? ? ? ? ? </div>
? ? ? ? ? ? <div class="body"></div>
? ? ? ? ? ? <div class="footer"></div> ??
? ? ? ? ?</article>
? ? </article>
<article id="post">dnfjgmdmcdkkfkkgkggggggggggmmdd</article>
? ? <aside id="others">snd dnfbs snfbs dbf</aside>
</section>?
<footer>
<ul>
</ul>
<address>
laoshanzhisu
</address>
</footer>
</body>
</html>
同求源碼和筆記。
舉報
詳細探討HTML5元素與標簽結構知識,并深入拓展了全局屬性的相關知識
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-04-12
<!DOCTYPE html>
<html >
<head>
<meta charset=utf-8">
<title>后英語時代</title>
</head>
<body>
<header>
<h1>后英語時代</h1>
? ? <nav>
? ? <ul>
? ? ? ? <li><a href="index.html">首頁</a></li>
? ? ? ? <li><a href="index.html">活動</a></li>
? ? ? ? <li><a href="index.html">話題</a></li>
? ? ? ? <li><a href="index.html">社區</a></li> ? ? ??
? ? ? ? </ul>
? ? </nav> ??
</header>
<section id="idea">
<div><h2>后英語時代:</h2><p>nishifhdncfhfhajdncnfhsnfhvnnfhsj</p>
</section>
<section id="activity">
<div class="up">
<div id="calendar" class="left_part"></div>
<div id="info" class=right-part">
<div id="buletin">
<h3>公告欄</h3>
<p>每周日下午3:00-5:00英文影視沙文活動正和稅負,地點的就</p>
</div>
</div>
</div>
<div class="down">
<h2>發現活動</h2>
<div id="act_slides"></div>
</div>
</section>
<section id="post">
<h3>社區文檔</h3>
<article id="posts"> ? ?
? ? <article class="item">
? ? ? ? ? ? <figure><img/></figure>
? ? ? ? ? ? <div class="header">
? ? ? ? ? ? <a href="tu_search/tu_search.html" title="changyongjisn">圖片檢索</a>
? ? ? ? ? ? <span>writer:tom<time datetime="2013-10-12 19:03" pubdate="2013-2-4"></time>2013-10-12 19:03</span>
? ? ? ? ? ? </div>
? ? ? ? ? ? <div class="body"></div>
? ? ? ? ? ? <div class="footer"></div> ??
? ? ? ? ?</article>
? ? </article>
<article id="post">dnfjgmdmcdkkfkkgkggggggggggmmdd</article>
? ? <aside id="others">snd dnfbs snfbs dbf</aside>
</section>?
<footer>
<ul>
</ul>
<address>
laoshanzhisu
</address>
</footer>
</body>
</html>
2016-01-04
同求源碼和筆記。