MagicQuill-Personal / index.html
themtj's picture
Create index.html
63af0db verified
Raw
History Blame
729 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Coding 101 - Assignment</title>
<style>
body { font-family: 'Times New Roman', serif; margin: 40px auto; max-width: 650px; line-height: 1.6; color: #333; }
h1 { font-size: 24px; border-bottom: 1px solid #ccc; padding-bottom: 10px; }
p { font-size: 16px; }
</style>
</head>
<body>
<h1>Coding Python 101: Assignment</h1>
<p><strong>Due Date:</strong> Friday, 11:59 PM</p>
<p>Please review Chapter 4 of your textbook covering If-Else. Complete problems 12 through 28 on page 104.</p>
<p><em>Note: Submit your answers via the student portal. Email submissions will not be accepted.</em></p>
</body>
</html>