<!DOCTYPE HTML>
Z
B'P4`{U0
<html>
<head>
<title>HTML Demo: Title</title>
...stuff...
</head>
<body>
<div id="header">
<h1>My Site</h1>
</div>
<div id="nav">
<ul>
<li>Home</li>
<li>About</li>
<li>Contact</li>
</ul>
</div>
<div id=content>
<h1>My Article</h1>
<p>The content of the article</p>
</div>
<div id="footer">
<p>footer of this section--Such as Copyright information.</p>
</div>
<p>==========================================================</p>
<header>Add Search Engine and main links </header>
<section>
<p><article>The first article goes here</article></p>
<p><article>The second article goes here</article></p>
<p><article>The third article goes here</article></p>
<p><aside>A side bar definition goes here</aside></p>
</section>
<footer>Copyright Chenny Chen 2010</footer>
<p>
<audio src="nobody.mp3" autoplay="true" controls="true">您的浏览器不支持 audio 标签。</audio>
</p>
<video controls width="500">
<!-- if Firefox -->
<source src="video.ogg" type="video/ogg" />
<!-- if Safari/Chrome-->
<source src="H264_BP41_1280x720_12_2730_AAC_44_128_2.mp4" type="video/mp4" controls="controls" />
<!--<audio src="Ogg_48khz_500kbps_2_flower.ogg" controls="controls"/>-->
<!--source src="video.mp4" type="video/mp4" /-->
<!-- If the browser doesn't understand the <video> element, then reference a Flash file. You could also write something like "Use a Better Browser!" if you're feeling nasty. (Better to use a Flash file though.) -->
<embed src="http://blip.tv/play/gcMVgcmBAgA%2Em4v" type="application/x-shockwave-flash" width="1024" height="798" allowscriptaccess="always" allowfullscreen="true"></embed>
</video>
</body>
</html>