Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1017 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 1017 Bytes

Journey from zero to Full Stack Developer

This repository documents my learning journey, starting from the basics of HTML and progressing through all the fundamental concepts of HTML. It's designed as a resource for myself and others who are beginning their journey to become a Full Stack Developer.

Repository Contents

  • Basic HTML: Introduction to the structure of web pages, including tags, elements, and attributes.
  • HTML Concepts: Comprehensive examples and explanations of concepts such as:
    • Forms and Inputs
    • Tables
    • Links
    • Multimedia (Images, Audio, and Video)
    • Semantic Elements
    • And more!

Key Highlights

  • Beginner-friendly examples with detailed comments in the code.
  • Progressive learning: Each file builds on the concepts from the previous one.
  • Practical exercises included to reinforce learning.

Contributions

Contributions are welcome! Feel free to fork the repository, make changes, and submit a pull request if you'd like to add new examples or improve existing ones