-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
57 lines (36 loc) · 2.28 KB
/
main.html
File metadata and controls
57 lines (36 loc) · 2.28 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styling.css">
<title>Interesting Political Systems</title>
</head>
<body>
<h1>Interesting Political Systems</h1>
<p> Many countries have unique and curoous politicals systems</p>
<ol>
<li> <dt>The principality of Andora </dt>
<dd> Andora has two co-heads of state, but who aren't elected by the poeple of Andorra. Instead the tw oco princes are the French president and a spannish bishop <br>
<a href="https://en.wikipedia.org/wiki/Politics_of_Andorra">The Politics of Andorra</a></dd>
</li>
<li><dt> The republic of San Marino</dt> <dd>By some acounts, San Marino, a country which lies entorly inside of Italy, has the oldest constitution still in effect. Like Andorra it has two heads of state, the captains regent, though they are elected every six months by the legislative assembly
<br><a href="https://en.wikipedia.org/wiki/Politics_of_San_Marino">The Politics of San Marino</a></dd>
</li>
<li><dt> The Swiss Confederation</dt>
<dd> Unlike most other countries, swizerland has not one, not two, but 7 co-equal heads of state who each run a different department. While there is a president, they are only the charimen of the coucil, serve for only a year, and have no real power
<br><a href="https://en.wikipedia.org/wiki/Politics_of_Switzerland">The Politics of Swizerland</a></dd>
</li>
</ol>
<table>
<th>Number of Heads of State of Different COuntries</th>
<tr> <td>Country</td> <td>USA</td> <td>San Marino</td> <td>Swizerland</td> </tr>
<tr> <td>Title</td> <td>president</td> <td>Captain regent</td> <td>Minister</td></tr>
<tr> <td>Number</td> <td>1</td> <td>2</td> <td>7</td></tr>
<tr> <td> Image</td> <td> <Img src="images/USA.jfif" alt="THe President of The USA"></Img></td>
<td> <img src="images/SM.jfif" alt="Captains Regent of San Marino"></td>
<td> <img src="images/S.jfif" alt="The Swiss federal council"></td>
</tr>
</table>
</body>
</html>