-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.41 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main">
<div id="title">
<h1>Juice Wrld</h1>
<p>american artist and songwriter</p>
</div>
<div id="img-div">
<img id="image" src="Juice_Wrld_VMAs.png" title="Juice Wrld VMAs" alt="Juice Wrld VMAs">
<p id="img-caption">Juice Wrld an american rapper, singer and songwriter</p>
</div>
<div id="tribute-info">
<p>This page shows you the top ten most popular songs of Juice Wrld.</p>
<a href="https://de.wikipedia.org/wiki/Juice_Wrld" target="_blank" id="tribute-link">Additional information about Juice Wrld.</a>
</div>
<div id="points">
<ol>
<li>Lucid Dreams</li>
<li>Wishing Well</li>
<li>Robbery</li>
<li>All Girls Are The Same</li>
<li>Bad Boy</li>
<li>Come & Go</li>
<li>Reminds Me Of You</li>
<li>Bandit</li>
<li>Righteous</li>
<li>Hate The Other Side</li>
</ol>
<p id="say-goodbye">R.I.P. Juice Wrld</p>
</div>
</div>
</body>
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
</html>