-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
47 lines (36 loc) · 1 KB
/
index2.html
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
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>EVA LEE</title>
<link rel="icon" type="image/png" href="atmospheric.png"/>
</head>
<body>
<a href="http://www.instagram.com" aria-label="Instagram">
<figure>
<img src="instagram.png"
width = "50px" alt="EVA">
</figure>
<a href="http://www.tumblr.com" aria-label="Tumblr">
<figure>
<img src="tumblr.png"
width = "40px" alt="EVA">
</figure>
<a href="index.html"> Second Page</a>>
</body>
<h1>Video</h1>
<video src = "C4D copy.mp4" width = "500" controls>
YOUR BROWSER DOES NOT SUPPORT THE<code>video</code>
</video>
<br>
<h1>Audio</h1>
<audio src = "@#$%.mp3" controls>
Your --
</audio>
<br>
<br>
<br>
<iframe src="https://www.w3.org/WAI/tutorials/images/decision-tree/"
height="400px%">
</iframe><br />
</html>