This repository consists of structured weekly exercises and projects designed to teach fundamental HTML and CSS concepts through practical, incremental development. Each week targets specific web development skills, progressing from basic markup to complete multi-page website creation.
Fundamental HTML elements: headings, lists, links, and images.
Introduction to styling HTML elements using CSS, including text styling, layout adjustments, and simple visual enhancements.
Practical implementation of HTML and CSS to create a structured, visually appealing one-page website.
Advanced exercises building a comprehensive, accessible, multi-page website, covering navigation, page linking, and responsive design.
Applies responsive design principles and media queries for cross-device compatibility.
Implements styled and accessible forms for collecting user input.
- Clone this repository.
- Navigate to the week and topic you wish to explore.
- Open the
.htmlfiles directly in your browser to view and interact with each exercise.
Example:
open week-01-HTML-basics/Anchors.htmlContributions and improvements are always welcome. Feel free to fork this repository, make your changes, and submit a pull request.
This project is licensed under the MIT License – see the LICENSE.md file for details.