# HTML-CSS Basics Project
This repository includes beginner-level web development files created as part of the ITU Information Technologies course.
Each folder demonstrates a different concept of HTML, CSS, and basic JavaScript.
## 📁 Folder Structure
- evolution/: A styled web page on human evolution with interactivity and images
- form/: Basic form usage with different input types
- timezone-api/: A simple HTML + JS example using fetch() to display current time by city
- legacy\_code/: Contains a simple C file (Hello World) for testing Git usage
## 🧠 Skills Demonstrated
- HTML layout, <form>, <ul>, <img>, <table>, etc.
- CSS styling and selectors (hover, first-child, etc.)
- JavaScript async fetch() API calls
- DOM manipulation (onmouseover, onclick, onload)
- Git & GitHub version control basics