-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (30 loc) · 1.33 KB
/
index.html
File metadata and controls
53 lines (30 loc) · 1.33 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
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<title>Music </title>
<link rel="stylesheet" href="./CSS/style.css">
</head>
<body>
<header>
<h1>Music</h1>
<script src= "Javascript/app.js"></script>
</header>
<section id=paragraph>
<p> Music is the art of arranging sounds in time to produce a composition through the elements of melody,
harmony, rhythm, and timbre. It is one of the cultural universal aspects of all human societies.
</p>
<h2>Music has many Genres, below are some of the most famous ones: </h2>
</section>
<div><a href="https://ultimateclassicrock.com/">Rock</a></div>
<section id=pics><img width=250px src=Javascript/260-2601964_rock-music-png-poster-transparent-png.png></section>
<div><a href="https://jazz.com.pk">Jazz</a></div>
<section id=pics><img width=250px src=jazz.png></section>
<div><a href="https://www.popjustice.com/">Pop</a></div>
<section id=pics><img width=250px src=Javascript/pop2.png></section>
<h2>This is my favorite music maker, check him out!</h2>
<iframe src="https://www.youtube.com/embed/tKVzm0SBYtQ"></iframe>
<footer>
© CopyRight 2021
</footer>
</body>
</html>