-
Notifications
You must be signed in to change notification settings - Fork 0
/
punjabi.html
35 lines (33 loc) · 1018 Bytes
/
punjabi.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial scale=1.0">
</head>
<div class="topnav">
<a class="active"
href="khoj.html"> Home </a>
</div>
<body bgcolor="TEAL" text="white">
<style>
h1{text-align:center;}
h2{text-align:center;}
</style>
<h1 >PUNJABI</h1>
<h2>ABOUT</h2>
<p> Music of Punjab reflects the traditions of the Punjab region and R$B sounds. While this style of music is obviously most popular in Punjab, it has seen popularity across the subcontinent and areas with large punjabi diasporaa populations, such as Canada, the United Kingdom, and the United States.</p>
</body>
<audio controls>
<source src="punjabi.mp3" type="audio/mpeg">
</audio>
<h2>NOTABLE ARTISTS</h2>
<p>1.Diljit Dosanjh
<br>
2.Sidhu Moose Wala
<br>
3.Guru Randhawa
<br>
4.Harrdy Sandhu
</p>
<img src="punjabi.jpg" class="center">
</html>