标签:idt utf-8 oct doctype ogg 动画片 表格 new who
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<dl>
<dt>苹果</dt>
<dt>香蕉</dt>
</dl>
<!-- 表格-->
<table border="lpx" width="75%" height="200px">
<!--:行-->
<tr>
<!-- td:列--><!-- colspan:当前单元所占的列数 -->
<td colspan="2">1-1</td>
<td>1-2</td>
<td>1-3</td>
</tr>
<tr>
<td>2-1</td>
<td>2-2</td>
<td rowspan="2">2-3</td>
<td>2-4</td>
</tr>
<tr>
<td>3-1</td>
<td>3-2</td>
<td>3-3</td>
</tr>
</table>动画片<br/>
<video controls autoplay>
<source src="video/vedio.mp4"type="video/mp4"></source>
<source src="video/vedio.webm"type="video/webm"></source>
</video><br/>
G-DRAGON Who You<br/>
<audio controls>
<source src="music/G-DRAGON (权志龙) - Who You_ (Korean Ver.).mp3" type="audio/mp3"></source>
<source src="music/G-DRAGON (权志龙) - Who You_ (Korean Ver.).ogg" type="audio.ogg"></source>
</audio>
</body>
</html>
标签:idt utf-8 oct doctype ogg 动画片 表格 new who
原文地址:http://www.cnblogs.com/hh9421/p/7714857.html