-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchapter8&9.html
More file actions
40 lines (34 loc) · 1.28 KB
/
Copy pathchapter8&9.html
File metadata and controls
40 lines (34 loc) · 1.28 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
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" contain="width= device-width , initial-scale=1.0">
<title>Document</title>
</head>
<body>
<nav>
<ul>
<li>home</li>
<li>stuff</li>
<li>about</li>
</ul>
</nav>
<header>
<div>
<a href="https://youtu.be/-Yw9gBHE60E?si=ztSltZkSZzO1ydPc" target="">codingninja</a>
</div>
</header>
<h1>Multimedia</h1>
<video src="" poster="" width=""></video>
<iframe width="560" height="315" src="https://www.youtube.com/embed/e1lbEWFEj5k?si=8aldYz0pTlVSBbRM" title="YouTube" ></iframe>
<iframe src="https://www.youtube.com/embed/OxKFqhW6jkQ?si=9NwCN2X52iwvPn3C" width="600" height="400" title="Youtube player" frameborder="1000"></iframe>
<img src="./picture/2024-nissan-gt-r-gt-r-t-spec.jpg" width="600" height="400" alt="no image">
<img src="./picture/obito.jpg" width="360" height="400" alt="no image">
<video width="320" height="240" controls>
<source src="./Video/Obito x Rin [ AMV ] Without You - naruto uzumaki (720p, h264).mp4" type="video/mp4">
</video>
<audio controls>
<source src="./Audio/With You - AP Dhillon (Official Music Video) - APDHILLON.mp3 " type="audio/mp3">
</audio>
</body>
</html>