-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathedward6.html
More file actions
82 lines (77 loc) · 3.53 KB
/
edward6.html
File metadata and controls
82 lines (77 loc) · 3.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<!--Content Author Graham Williamson-->
<!--Project 1 (A Brief History of the Tudors)-->
<!--Page on Edward VI-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The Tudor Dynesty">
<title> The Tudors</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="edwardVI" id="edwardVI">
<div class="about-img">
<img src="edward6_1.jpeg" alt="picture of king edward VI" >
</div>
<div class="about-text">
<h2>King Edward VI</h2>
<h5>Reign: 1547 - 1553</h5>
<p style="color: green; font-size: 20px;">
Key Facts.
</p>
<!--Key Facts-->
<ul>
<li>Birth: 12th Oct 1537, Hampton Court.</li>
<li>Father: Henry VIII.</li>
<li>Mother: Jane Seymour.</li>
<li>Accession: 28th Jan 1547.</li>
<li>Coronation: 20th Feb 1547.</li>
<li>Succeeded by: His cousin Lady Jane Grey, for 9 days; afterwards Mary I.</li>
<li>Greatest Achievement: Foundation of grammer schools in several towns.</li>
<li></li>
</ul>
</div>
</section>
<p style="color: green; font-size: 20px; padding-left: 40px;">
Key Dates.
</p>
<br>
<!--Key Dates-->
<div style="padding-left: 40px;">
<ul>
<li>- 10th Sept 1547: Battle of Pinkie.</li>
<li>- 1549: First book of common prayer.</li>
<li>- Oct 1549: John Dudley, Earl of Wrwick, replaces Edward Seymour, Duke of Somerset as Lord Protector.</li>
<li>- 1552: Second book of common prayer.</li>
<li>- Death: 6th July 1553, London.</li>
</ul>
</div>
<br>
<a href="https://www.britannica.com/biography/Edward-VI" target="_blank" class="btn">Britannica Link</a>
<!--Pictures-->
<div class="about-img">
<h2>Sir Edward Seymour, Lord Protector</h2>
<img src="edward.seymour.jpeg" alt="Sir Edward Seymour, Lord Protector" >
</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>