-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample-lana-del-rey.html
131 lines (131 loc) · 3.09 KB
/
example-lana-del-rey.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Example: Lana Del Rey (type: normal)</title>
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"> -->
<link rel="stylesheet" href="dist/wikitables.css">
</head>
<body>
<table class="infobox">
<tr>
<th colspan="2">Lana Del Rey</th>
</tr>
<tr class="featured-image">
<td colspan="2">
<figure>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Lana_Del_Rey_at_KROQ_Weenie_Roast_2017_%28cropped%29.jpg/330px-Lana_Del_Rey_at_KROQ_Weenie_Roast_2017_%28cropped%29.jpg">
<figcaption>Del Rey performing at the 2017 edition of <a href="#">KROQ Weenie Roast</a></figcaption>
</figure>
</td>
</tr>
<tr>
<td>Born</td>
<td>
<ul>
<li>Elizabeth Woolridge Grant</li>
<li>June 21, 1985 (age 33)</li>
<li><a href="#">New York City</a>, <a href="#">New York</a>, U.S.</li>
</ul>
</td>
</tr>
<tr>
<td>Residence</td>
<td><a href="#">Los Angeles</a>, California, U.S.</td>
</tr>
<tr>
<td>Alma mater</td>
<td><a href="#">Fordham University</a></td>
</tr>
<tr>
<td>Occupation</td>
<td>
<ul class="middot">
<li>Singer</li>
<li>songwriter</li>
<li>record producer</li>
<li>poet</li>
<li>model</li>
<li>music video director</li>
</ul>
</td>
</tr>
<tr>
<td>Home town</td>
<td><a href="#">Lake Placid, New York</a>, U.S.</td>
</tr>
<tr>
<td>Relatives</td>
<td><a href="#">Chuck Grant</a></td>
</tr>
<tr class="section-header">
<td colspan="2">Musical career</td>
</tr>
<tr>
<td>Also known as</td>
<td>
<ul class="middot">
<li>May Jailer</li>
<li>Lizzy Grant</li>
</ul>
</td>
</tr>
<tr>
<td>Genres</td>
<td>
<ul class="middot">
<li><a href="#">Dream pop</a></li>
<li><a href="#">baroque pop</a></li>
<li><a href="#">lo-fi</a></li>
<li><a href="#">psychedelic rock</a></li>
<li><a href="#">trip hop</a></li>
<li><a href="#">sadcore</a></li>
</ul>
</td>
</tr>
<tr>
<td>Years active</td>
<td>2005—present</td>
</tr>
<tr>
<td>Labels</td>
<td>
<ul class="middot">
<li><a href="#">Polydor</a></li>
<li><a href="#">Interscope</a></li>
<li>5 Points</li>
<li>Stranger</li>
</ul>
</td>
</tr>
<tr>
<td>Associated acts</td>
<td>
<ul class="middot">
<li>Emilie Haynie</li>
<li>Rick Nowels</li>
<li>The Weeknd</li>
<li>ASAP Rocky</li>
</ul>
</td>
</tr>
<tr>
<td>Website</td>
<td><a href="#" class="external">lanadelrey.com</a></td>
</tr>
<tr class="section-header">
<td colspan="2">Signature</td>
</tr>
<tr>
<td colspan="2">
<figure>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/aa/LanaDelReySignature.png/225px-LanaDelReySignature.png">
</figure>
</td>
</tr>
</table>
<script src="wikitables.js"></script>
</body>
</html>