Welcome to Learn HTML One Step at a Time β a beginner-friendly, hands-on repository that helps you learn HTML from scratch with clear steps, real-world mini projects, and creative challenges.
This repo is designed for self-learners, beginners, and open-source enthusiasts who want to truly understand HTML and build real webpages while learning.
This repository teaches HTML in small, focused steps.
Each folder represents one concept β explained clearly, practiced with an example, and followed by a creative task for you to do your own way.
Youβll not only follow instructions but also add something original, making your journey unique and helping others learn from your creativity.
- Fork this repository to your own GitHub account.
- Start from
01_Introduction_to_HTML/and move step by step. - Inside each folder:
- Read the
README.mdfor explanations and tasks. - Try the sample HTML file.
- Complete the challenge by adding your own creative version.
- Read the
- Push your changes to your fork and share your learning progress.
Learn-HTML-One-Step-at-a-Time/
β
βββ 01_Introduction_to_HTML/
β βββ README.md # What is HTML + first mini task
β βββ index.html # Your first HTML page
β
βββ 02_Text_and_Headings/
β βββ README.md
β βββ article.html
β
βββ 03_Links/
β βββ README.md
β βββ pages/
β βββ home.html
β βββ about.html
β βββ contact.html
β
βββ 04_Images_and_Media/
β βββ README.md
β βββ image.html
β βββ media.html
β
βββ 05_Lists/
β βββ README.md
β βββ recipe.html
β
βββ 06_Semantic_HTML/
β βββ README.md
β βββ layout.html
β
βββ 07_Forms_Basics/
β βββ README.md
β βββ contact_form.html
β
βββ 08_Forms_Advanced/
β βββ README.md
β βββ signup_form.html
β
βββ 09_Tables/
β βββ README.md
β βββ schedule.html
β
βββ 10_Accessibility/
β βββ README.md
β βββ accessible_page.html
β
βββ 11_Meta_and_SEO/
β βββ README.md
β βββ meta_tags.html
β
βββ 12_Project_MiniSite/
β βββ README.md
β βββ full_site/
β βββ index.html
β βββ about.html
β βββ contact.html
β
βββ resources/
β βββ cheat_sheets/
β βββ reference_links.md
β βββ html_checklist.md
β
βββ README.md # Main guide (this file)
π¬ Share your version or progress
Letβs make learning HTML a creative community journey together! β¨