-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmusic.html
39 lines (35 loc) · 1.18 KB
/
music.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
<html>
<head>
<meta charset="utf-8">
<style>
body
{
background-color: #eedbef;
text-align:center;
}
h1{
color: #0084ff;
}
</style>
<title>Multimedia</title>
</head>
<body text="white" size="20">
<h1>Welcome To The World Of Music</h1>
<h2>Here is an PDF object</h2>
<object data="Garvit_Resume.pdf" width="340px" height="148px"></object><br>
<h2>Here is an embedded object, which might not work due to the unavailability of Adobe flash player!</h2>
<embed src="rock.swf">
<h1> We have a short audio clip from my favourtie song</h1>
<audio src="Avicii - Wake Me Up (Official Video).mp3" controls></audio><br>
<h1>We have a video down here to show:</h1>
<iframe width="420" height="345" src="https://www.youtube.com/embed/IcrbM1l_BoI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<br>
<h1> The figure tag can be used to show something like this:</h1>
<figure>
<figcaption>AVICII</figcaption>
<img src="http://dl.muzix.net/2018/Electronic/Avicii/avicii.jpg" alt="Pic of AVICII" width="30%" height="25%">
</figure>
<br><br>
<a href="https://muzix.net/avicii-wake-me-up-free-mp3-download-lyrics"><b><big>Click here for the full song</big></b></a>
<hr>
</ul></body></html>