English-machbeath-website/purpose.html
Unknown 420af4a811
.
2025-03-07 12:05:43 -07:00

17 lines
812 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Authors Purpose</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Authors 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>