
Technology • Year 12th Grade • 10 • Created with AI following Aligned with Common Core State Standards
Teacher: Guide students to create a simple HTML file.
<!DOCTYPE html>
<html>
<head>
<title>My First Web Page</title>
</head>
<body>
<h1>Welcome to My Website</h1>
<p>This is a simple paragraph.</p>
</body>
</html>
Students: Type the given HTML code into their text editor and save the file as index.html.
Teacher: Introduce basic CSS and how it can be used to style HTML elements.
<link rel="stylesheet" type="text/css" href="styles.css">
/* styles.css */
body {
font-family: Arial, sans-serif;
}
h1 {
color: blue;
text-align: center;
}
p {
font-size: 16px;
}
Students: Create a styles.css file and add the provided CSS code.
Teacher: Instruct students to open their index.html file in a web browser to view the changes.
h1 {
color: red;
text-align: left;
}
This lesson plan aims to provide a concise yet impactful introduction to HTML and CSS, demonstrating the immediate possibilities of front-end web design.
Join thousands of teachers using Kuraplan AI to create personalized lesson plans that align with Aligned with Common Core State Standards in minutes, not hours.
Created with Kuraplan AI
🌟 Trusted by 1000+ Schools
Join educators across United States