This repository contains the exercises and projects for the CSC211 web programming course. The folder is organized around practical assignments that demonstrate HTML, CSS, JavaScript, and basic web development concepts.
Each exercise folder includes:
- HTML page(s) for structure and content.
- CSS file(s) for visual layout and styling.
- JavaScript file(s) for dynamic behavior, validation, or interactive features.
Examples of solved exercises:
- form validation and submission
- responsive layout with CSS
- DOM manipulation with JavaScript
- simple webpage components and navigation
Open the repository in a browser or a local development server to view the exercises. Use VS Code to edit the files and inspect changes.
Update this README as new exercises or folders are added so the structure stays current.