html5常用标签

<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title></title>
	</head>
	<body>
		<div style="background-color:#008000; width:1000px;height:500px;">
			<header><h1>标题</h1></header>
			<nav>导航</nav>
			<section>
				<article>文章的内容……</article>
				<article><mark style="color:red">高亮显示</mark>的内容……</article>
				<aside>文章的辅助内容</aside>			
			</section>			
			<video width="320" height="240" controls>
			  <source src="123.mp4" type="video/mp4">
			  <source src="movie.ogg" type="video/ogg">
			您的浏览器不支持Video标签。
			</video>
			
			<hr />
			<div>				
			<audio src="123.wav"  controls="controls">
				您的浏览器不支持audio标签。
			</audio>	
			</div>
			<meter min="0" max="100" value="80">进度条</meter>
			<br/>
			我在 <time datetime="2008-02-14">情人节</time> 有个约会。
						
			<footer>脚注:作者、版权……</footer>
		</div>
		
	</body>
</html>


<!--p33 Canvas-->

  

 

 

效果如图:

 

posted @ 2021-12-15 15:38  艾特-天空之海  阅读(39)  评论(0编辑  收藏  举报