This repository contains my structured learning and practice work for Web Technologies.
It includes examples, exercises, and mini implementations covering fundamental frontend concepts used in modern web development.
The goal of this repository is to build a strong foundation in HTML, CSS, and JavaScript, while understanding how modern web interfaces are structured and styled.
- HTML Fundamentals
- Semantic HTML
- Forms and Input Handling
- CSS Styling & Layouts
- Flexbox and Grid
- Responsive Design
- JavaScript Basics
- DOM Manipulation
- Event Handling
- Basic Web Page Projects
- HTML5
- CSS3
- JavaScript
- Tailwind CSS (in some exercises)
- Practice and strengthen core web development concepts
- Understand how frontend interfaces are structured
- Build a solid base for full-stack development
- Maintain a collection of reference implementations and exercises
Web-Tech/
│
├── HTML/
│ ├── basic_tags
│ ├── forms
│ └── semantic_elements
│
├── CSS/
│ ├── selectors
│ ├── layouts
│ └── responsive_design
│
├── JavaScript/
│ ├── basics
│ ├── DOM_manipulation
│ └── events
│
└── mini_projects/
- Advanced JavaScript concepts
- UI components
- Frontend project implementations
- Integration with backend APIs
⭐ This repository serves as a reference and learning archive for core web technologies and frontend development fundamentals.