A small collection of HTML practice files created while learning hands-on coding from freeCodeCamp.
This repository contains simple HTML (and optionally CSS/JS) examples and exercises built to practice core web fundamentals: document structure, semantic elements, linking assets, forms, images, and basic styling.
- Simple standalone
.htmlpages you can open directly in a browser - Example layout and styling files (CSS) if present
- Small interactive examples (JavaScript) if present
- Notes or comments in the HTML files to explain what I learned
Built while following freeCodeCamp hands-on coding exercises — these files document my learning progress.
- Basic HTML document structure (doctype, head, body)
- Semantic tags (header, nav, main, section, footer)
- Linking CSS and JS files
- Embedding images and media
- Basic responsive layout and forms
- freeCodeCamp — for the hands-on exercises and guided practice that inspired these files.
This repository is provided for learning and practice. Add a license (for example MIT) if you want to allow reuse.