blob: f15f087750d99c43b29107ef07df8d27bf52616c (
plain) (
blame)
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
|
<!DOCTYPE html>
<html lang=XX>
<head>
<meta charset=UTF-8 />
<title>€<!-- DENOM --> Banknotes</title>
<link rel="shortcut icon" type="image/svg" href="/favicon.svg" />
<link rel="stylesheet" type="text/css" href="/style.css" />
</head>
<body>
<nav>
<!-- NAV-BAR -->
<!-- NOTE-NAV -->
</nav>
<main>
<section>
<header>
<h1>€<!-- DENOM --> Banknotes</h1>
</header>
</section>
<br /><br />
<section><!-- TABLE-KEY --></section>
<br /><br />
<section>
<p>
In the serial numbers of the banknotes found in the “Ages and Styles
of Europe” series, also known as the “2002” series, the first letter
represents the country that the banknote was issued by. In the second
series (the “Europa” series) the first letter no longer represents the
issuing country but instead the location at which the banknote was
printed.
<!-- IF-5 -->
<br /><br />
No €5 banknotes were printed for the “Ages and Styles of Europe”
series which bear the signature of Mario Draghi.
<!-- FI-5 -->
<!-- IF-500 -->
<br /><br />
The €500 banknote was discontinued and withdrawn from circulation with
the release of the “Europa” series.
<!-- FI-500 -->
</p>
</section>
<br />
<section class="cl-section slant-down">
<div>
<table class="coin-table bnote-table" cellspacing=0>
<thead>
<tr>
<th colspan=12>Ages and Styles of Europe</th>
</tr>
</thead>
<tbody>
<!-- 2002-TABLE-BODY -->
</tbody>
</table>
</div>
</section>
<!-- IF-!500 -->
<section class="cl-section slant-down">
<div>
<table class="coin-table bnote-table" cellspacing=0>
<thead>
<tr>
<th colspan=12>Europa Series</th>
</tr>
</thead>
<tbody>
<!-- EUROPA-TABLE-BODY -->
</tbody>
</table>
</div>
</section>
<!-- FI-!500 -->
<section><!-- FOOTER --></section>
</main>
</body>
</html>
|