-
Notifications
You must be signed in to change notification settings - Fork 0
/
Title of Album.html
83 lines (79 loc) · 1.7 KB
/
Title of Album.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Title of Album</title>
<center><img src="Images/max.jpg" alt="oops, can't find the photo" style="width: 400px; position: center;"></center>
</head>
<body>
<center>
<div class="AlbumStyle" style="position">
<h1>Buzz</h1>
<h3><a href="http://carimi.com">Carimi</a></h3>
<h5>June 2009</h5>
<hr>
<p>This is one of the most popular Haitian Band in the US</p>
</div>
</center>
<div class="BandStyle" style="margin: 0 auto; max-width: 900px; padding: 30px 25px;
">
<center><h3>Band Members</h3></center>
<ul>
<li>Mikael Guirand - Lead Vocals</li>
<li>Glenny Benoit - Guitar</li>
<li>Richard Cave - Keyboard</li>
<li>Alex Thebaud - Percussion</li>
</ul>
</div>
<table border="1" width="70%" align="center">
<caption><h3>Tracks</h3></caption>
<tr bgcolor="grey">
<th>Track #</th>
<th>Track Title</th>
<th>Track length</th>
</tr>
<tr>
<td>1</td>
<td>Intro</td>
<td>1:05</td>
</tr>
<tr>
<td>2</td>
<td>We the best</td>
<td>4:38</td>
</tr>
<tr>
<td>3</td>
<td>Mwen pare</td>
<td>6:01</td>
</tr>
<tr>
<td>4</td>
<td>Carry me</td>
<td>5:18</td>
</tr>
<tr>
<td>5</td>
<td>Buzz</td>
<td>5:10</td>
</tr>
<tr>
<td>6</td>
<td>Mwen dezole</td>
<td>5:55</td>
</tr>
<tr>
<td>7</td>
<td>Officiel</td>
<td>5:12</td>
</tr>
<tr>
<td>8</td>
<td>Fe'm Kado'w</td>
<td>4:55</td>
</tr>
</table>
</div>
<canvas id="canvas" width="300" height="300"></canvas>
</body>
</html>