-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path8.html
More file actions
34 lines (31 loc) · 1.15 KB
/
8.html
File metadata and controls
34 lines (31 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!-- <div>div1</div>
<div>div2</div><br>
<span>span1</span>
<span>span2</span> -->
<div style="width: 500px;">
<div style="background-color: #ffa500;">网页标题</div>
<div style="background-color: #FFD700;height: 200px;width: 100px;float: left;"><b>菜单</b><br>
HTML<br>
CSS<br>
JavaScript</div>
<div style="width: 400px;background-color:aqua;height:200px;float:left">内容</div>
<div style="background-color:#FFA500;clear:both;text-align:center;">版权 © runoob.com</div>
</div>
<audio src="TruE.flac" controls></audio>
<video controls style="height: 800px;width:450px">
<source src="793622889_nb3-1-64.flv" type="music/flv">
</source>
</video>
<video src="793622889_nb3-1-64.flv" controls></video>
<iframe src="https://bing.com" style="width:500px;height: 300px;"></iframe>
</body>
</html>