-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrap.html
37 lines (27 loc) · 1.64 KB
/
rap.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container" style="background-image: url('rapimage.jpg');background-repeat: no-repeat;">
<h1>RAP MUSIC.....</h1>
</div>
<p class="p">Rap is a vocal style, usually coming together with hip-hop, the musical genre off-shoot of the hip hop
culture. Rapping itself, also known as emceeing, MCing, spitting, or just rhyming, is the rhythmic spoken
delivery of rhymes and wordplay. Rapping is one of the four pillars of the hip hop culture, along with DJing,
graffiti, and breaking. <br><br><br>
Rap is also considered a separate genre from hip hop in some cases where the artists do not make music
compatible with the hip hop culture. Some of these cases include Lil Wayne, Juelz Santana, Lil Jon, 50 Cent,
T.I., The Game, and Nelly. Rap music has a general focus on pop, hyphy, and snap beats, while hip hop has a
general focus on the other four pillars of hip hop.
Version 5, edited by
</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/pQzJ8bR3HM4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<div class="back-button"><a href="index.html" class="back">Back</a></div>
</body>
</html>