mirror of
https://github.com/System-End/English-machbeath-website.git
synced 2026-04-20 00:25:15 +00:00
17 lines
812 B
HTML
17 lines
812 B
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Author’s Purpose</title>
|
||
<link rel="stylesheet" href="style.css">
|
||
</head>
|
||
<body>
|
||
<h1>Author’s Purpose</h1>
|
||
<p>Shakespeare wrote Macbeth to explore themes of ambition, power, and guilt. He was also motivated by the desire to please King James I, who had a fascination with witchcraft and the supernatural.</p>
|
||
<p>By writing Macbeth, Shakespeare aimed to secure the favor of the king and ensure the continued patronage of his playing company. The play's themes and characters were designed to resonate with the political and social concerns of the time.</p>
|
||
<nav>
|
||
<a href="index.html">Back to Home</a>
|
||
</nav>
|
||
</body>
|
||
</html>
|