mirror of
https://github.com/System-End/English-machbeath-website.git
synced 2026-04-19 15:18:24 +00:00
38 lines
1.8 KiB
HTML
38 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Macbeth - Home</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>Shakespeare's Macbeth: An Analysis</h1>
|
|
|
|
<nav>
|
|
<ul>
|
|
<li><a href="history.html">Historical Context</a></li>
|
|
<li><a href="politics.html">Political Background</a></li>
|
|
<li><a href="purpose.html">Author's Purpose</a></li>
|
|
<li><a href="inspiration.html">Sources of Inspiration</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<div class="important-fact">
|
|
<p>"Fair is foul, and foul is fair: Hover through the fog and filthy air." — <em>Macbeth</em>, Act I, Scene I</p>
|
|
</div>
|
|
|
|
<h2>Introduction to Shakespeare's Macbeth</h2>
|
|
<p>This website presents an analysis of William Shakespeare's tragedy "Macbeth." The play, written in the early 17th century, remains one of Shakespeare's most studied and performed works. This analysis examines several important aspects of the play including its historical context, the political environment in which it was written, Shakespeare's purpose in writing it, and his sources of inspiration.</p>
|
|
|
|
<p>Macbeth explores themes of ambition, betrayal, guilt, and the supernatural through the story of a Scottish general who, influenced by prophecies and his wife's encouragement, murders King Duncan to take the throne. The consequences of this act lead to Macbeth's downfall as he becomes consumed by guilt and paranoia.</p>
|
|
|
|
|
|
|
|
<footer>
|
|
Prepared by: End Cucci - Pre-AP English, Grade 10
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|