Skip to content

Master HTML5 fundamentals through structured practice, from semantic layouts to advanced tables.

Notifications You must be signed in to change notification settings

hadiashah01/learn-HTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learn HTML

I am learning HTML and using this repository to practice HTML basics like elements, links, lists, and anchors. CSS and JavaScript may be added in the future.

Table of Contents

Topics Covered

  • HTML elements
  • Comments
  • Attributes
  • Anchor tags
  • Anchoring to same page elements
  • Anchoring to different files
  • Lists and nested lists
  • HTML5 DTD (Document Type Definition)
  • Semantic HTML tags (header, nav, main, article, aside, footer)
  • Text structure elements (Headings h1–h6, Paragraph p)
  • Text formatting tags (em, strong, mark,b, i, ins, del, s, code, q)
  • Tables (table,tr,th,td,thead,tbody,tfoot.)

Tools & Technologies

Tool/Technology Documentation
HTML5 MDN Web Docs
VS Code Official Docs
Live Server VS Code Extension
Web Browser Chrome DevTools

Project Structure

learn-HTML
├─ README.md
├─ assignments/
│ ├─ README.md
│ └─ assignment-01/
│ └─ index.html
| └─ assignment-02/
│ └─ webpage.html
├─ screenshots/
├─ docs/
| ├─ README.md
│ └─ assignment-01.md
| └─ assignment-02.md
├─ practice/
| ├─ README.md
│ ├─ formatting-tags.html
│ ├─ lists.html
│ └─ tables.html

Assignments

Documentation

Detailed explanations and notes are maintained in the docs folder.

About

Master HTML5 fundamentals through structured practice, from semantic layouts to advanced tables.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages