-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhenry8.html
More file actions
91 lines (86 loc) · 4.38 KB
/
henry8.html
File metadata and controls
91 lines (86 loc) · 4.38 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!--Content Author Graham Williamson-->
<!--Project 1 (A Brief History of the Tudors)-->
<!--Page on Henry VIII-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The Tudor Dynesty">
<title> Henry VIII</title>
<link href="style.css" rel="stylesheet" type="text/css">
<Link rel="shortcut icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="http://unpkg.com/boxicons@latest/css/boxicons.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,600&display=swap" rel="stylesheet">
</head>
<body>
<!--header-->
<header>
<a href="#" class="logo">The Tudor's</a>
<div class="bx bx-menu" id="menu-icon"></div>
<a href="index.html" class="btn">back</a>
</header>
<section class="henryVIII" id="henryVIII">
<div class="about-img">
<img src="henry8_1.jpg" alt="picture of king henry VIII" >
</div>
<div class="about-text">
<h2>King Henry VIII</h2>
<h5>Reign: 1509 - 1547</h5>
<p style="color: red; font-size: 20px;">
Key Facts.
</p>
<!--Key Facts-->
<ul>
<li>Birth: 28th June 1491, Greenwich Palace.</li>
<li>Father: King Henry VII.</li>
<li>Mother: Elizabeth of York.</li>
<li>Accession: 21st April 1509.</li>
<li>Coronation: 24 June 1509.</li>
<li>Queen: 1st Catherine of Aragon (m.11th Jun 1509; d.1536)</li>
<li>Queen: 2nd Anne Boleyn (m.24th Jan 1533; d.1536)</li>
<li>Queen: 3rd Jane Seymour (m.30th May 1536; d.1537)</li>
<li>Queen: 4th Anne of Cleves (m.6th Jan 1540; d.1557)</li>
<li>Queen: 5th Catherine Howard (m.28th Jul 1540; d.1542)</li>
<li>Queen: 6th Catherine Parr (m.12th Jul 1543; d.1548)</li>
<li>Succeeded by: His son Edward VI, aged 9</li>
<li>Greatest Achievement: Introducing the Protestant Reformation to England.</li>
<li></li>
</ul>
</div>
</section>
<p style="color: red; font-size: 20px; padding-left: 40px;">
Key Dates.
</p>
<br>
<!--Key Dates-->
<div style="padding-left: 40px;">
<ul>
<li>- 16th Aug 1513: Defeats French at the Battle of the Spurs.</li>
<li>- 20th Feb 1516: Birth of future Queen Mary I.</li>
<li>- 1518: Treaty of London, mutual defence pact between England, Spain, France and Holy Roman Empire.</li>
<li>- 7th Sept 1533: Birth of the future Queen Elizabeth I.</li>
<li>- 28th Nov 1524: Act of Supremacy make Henry 'Supreme head of the Church of England'.</li>
<li>- 1539: Publication of the 'Great Bible' in english.</li>
<li>- 1541: Henry declares himself King of Ireland.</li>
<li>- Death: 13th Feb 1547, Whitehall Palace.</li>
</ul>
</div>
<br>
<a href="https://www.history.com/topics/british-history/henry-viii" target="_blank" class="btn">History.com Link</a>
<!--Pictures-->
<div class="about-img">
<h2>Hampton Court Palace, Home of Henry VIII</h2>
<img src="henry8_palace.jpg" alt="picture of king henry VIII palace, Hampton Court Palace" >
</div>
<!--copyright-->
<div class="copyright">
<p>© 2022 All rights reserved | Designed by Graham Williamson.</p>
</div>
<!--link to javascript-->
<script src="script.js"></script>
</body>
<!--Content influenced and provided by Wikipedia, britannica.com and History.com-->
</html>