Lesson 6.1: HTML & CSS Only Projects
In this lesson, students will create webpages using only HTML and CSS to practice structuring content and styling without JavaScript interactivity.
1. Personal Portfolio Page
Objective: Build a webpage that showcases personal information, skills, and projects.
Key Features:
-
Header with name and navigation links (About, Skills, Projects, Contact).
-
About section with a short bio and profile image.
-
Skills section using lists or progress bars.
-
Projects section with images or cards showcasing work.
-
Footer with contact info and social links.
Skills Practiced:
-
HTML structure:
header,section,footer,article -
CSS layout: Flexbox/Grid
-
Styling: colors, fonts, backgrounds, hover effects
2. Simple Landing Page
Objective: Create a basic promotional or informational webpage for a product or service.
Key Features:
-
Attractive hero section with heading, image, and call-to-action button.
-
Features section highlighting key points.
-
Responsive layout for desktop and mobile.
-
Footer with contact info or social links.
Skills Practiced:
-
HTML sections and semantic tags
-
CSS for layout, typography, spacing, and hover effects
-
Responsive design using media queries
✅ Summary:
-
Focus on HTML structure and CSS styling.
-
Projects enhance visual design skills.
-
No JavaScript yet; prepares foundation for interactive projects in the next lessons.
