-
Notifications
You must be signed in to change notification settings - Fork 0
/
Fanpage.html
48 lines (48 loc) · 1.17 KB
/
Fanpage.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
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta chartset="UTF-8">
<title>Favorite Artist</title>
<link href= "CSS_PRCT.css" rel="stylesheet">
</head>
<br>
<h1>LAURYN HILL</h1>
<br>
<br>
<h1>FANPAGE</h1>
<br>
<body>
<img src= "Downloads/LHLL.jpg"
alt= "Lauryn Hill"
/>
<h2>About</h2>
<br>
<p>Lauryn Noell Hill was born in East Orange New Jersey on May 26, 1975. She is most known for her iconic work with the Fugees, and the singing and songwriting of The Miseducation of Lauryn Hill. If you would like to learn more,
<a href= "https://www.biography.com/musician/lauryn-hill"
title= "Lauryn Hill Biography">here</a>
is a helpful link.
</p>
<br>
<img src= "Downloads/LHLL_3.jpg"
alt= "Lauryn Hill"
/>
<br>
<br>
<br>
<h3>Some Great Works of Lauryn Hill</h3>
<br>
<p>
<ul>
<li>Ex-Factor</li>
<li>Everything is Everythiing</li>
<li>Nothing Even Matters ft. D'Angelo</li>
</ul>
</p>
<br>
<br>
<h3>Greatness At Its Finest</h3>
<video src= "https://www.youtube.com/watch?v=i3_dOWYHS7I" controls>
<p>Lauryn Hill Live</p>
</video>
</h2>
</body>