-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (20 loc) · 1.21 KB
/
index.html
File metadata and controls
28 lines (20 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Dances</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Types of Dancing</h1>
<p>There are many different styles of dancing, from many different cultures. I will write about a variety of different ones I have learned about.</p>
<h2>Ballet</h2>
<img src="https://redlanddance.com.au/wp-content/uploads/2023/03/Fascinating-Ballet-Facts-You-Never-Knew-Existed-Redland-Dance-Cleveland-QLD.jpg" width=500 alt="ballerina on pointe shoes in an arabesque pose">
<p>One of the most common and popular types of dancing is ballet. Dating back to the 15th century in France, it is still popular today, with common shows available in the winter season being the Nutcracker</p>
<h2>Bharatanatyam</h2>
<img src="https://anikabharathanatyam.com/wp-content/uploads/2022/07/Margam-New.jpg" height=500 alt="Bharatanatyam dancer in a sitting pose">
<p>The oldest form of Southern Indian dance, Bhratanatyam is a popular dance style originating from Tamil Nadu </p>
<h2>Hip hop</h2>
<h2>Tap</h2>
<h3>Sources</h3>
<p><a href="https://en.wikipedia.org/wiki/Bharatanatyam" target="_blank" rel="noopener noreferrer">Bhratanatyam</a> </p>
</body>