Learning / practice repository for HTML concepts and small projects.
This repository contains a set of small HTML learning exercises and mini-projects covering Emmet, tables, forms, media, head/meta usage, and a couple of small projects (resume & product catalog). The repository is intended as a hands-on collection of examples for learning HTML basics and common patterns.
NOTE: folder & file listing was read from the repository index. If you'd like, I can update descriptions to match exact file contents after you paste any files or allow me to fetch raw files. :contentReference[oaicite:1]{index=1}
What you'll find in each folder
Below are short, inferred descriptions based on folder names. Replace these with exact contents if you'd like full accuracy.
01 Tags/
Basic HTML tag examples (headings, paragraphs, lists, anchors, images, etc.).
02 Emmet/
Practice files for Emmet snippets & shorthand to speed up HTML authoring.
03 Table/
Examples of HTML tables: headers, rows, colspan/rowspan, basic styling and accessibility considerations.
04 Forms/
Form elements:
, inputs, selects, radio buttons, checkboxes, validation examples.05 Project (Resume Project)/
A simple resume or CV HTML project demonstrating semantic tags and layout.
06 Project (Product Catalog)/
Small product catalog demo (grid/list of items, product cards).
07 HTML Media Project/
Media-related examples (audio, video,
08 Head Tag and Faviocon/
Examples showing usage: meta tags, viewport, title, favicon, and SEO basics.
Practice/
Misc practice files and experiments.
.DS_Store
macOS metadata file — safe to add to .gitignore if you want to keep repo clean.