-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcarnatic.html
34 lines (33 loc) · 1.41 KB
/
carnatic.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
<!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="green" text="white">
<style>
h1{text-align:center;}
h2{text-align:center;}
</style>
<h1 >CARNATIC MUSIC</h1>
<h2>ABOUT</h2>
<p> Carnatic music, known as Karnāṭaka saṃgīta or Karnāṭaka saṅgītam in the South Indian languages, is a system of music commonly associated with South India, including the modern Indian states of Karnataka, Andhra Pradesh, Telangana, Kerala and Tamil Nadu. It is one of two main subgenres of Indian classical music that evolved from ancient Hindu texts and traditions, particularly the Samaveda.[1] The other subgenre being Hindustani music, which emerged as a distinct form because of Persian or Islamic influences from Northern India. The main emphasis in Carnatic music is on vocal music; most compositions are written to be sung, and even when played on instruments, they are meant to be performed in gāyaki (singing) style.</p>
</body>
<audio controls>
<source src="carnatic.mp3" type="audio/mpeg">
</audio>
<h2>NOTABLE ARTISTS</h2>
<p>1.M.S.Subbulakshmi
<br>
2.S.Janaki
<br>
3.U.Srinivas
<br>
4.Anuradha Sriram
</p>
<img src="carnatic.jpg" class="center">
</html>