Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.37 KB

File metadata and controls

40 lines (29 loc) · 1.37 KB

Documentation — HTML Learning

Purpose

This folder contains documentation and theory notes related to HTML concepts covered during live sessions and assignments.

The goal of this documentation is to:

  • Explain HTML concepts in written form
  • Support assignments with theoretical understanding
  • Keep learning notes organized and easy to reference

Contents

  • Assignment Notes

  • Concepts Covered (via assignments & lectures)

    • HTML document structure
    • Elements and tags
    • Lists and nested lists
    • Anchor tags and links
    • 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.)

How to Use This Folder

  • Read documentation before or after working on assignments
  • Refer to assignment-specific files for explanations
  • View actual HTML implementation inside the Assignments folder

Note

This folder does not contain actual HTML output files. All implementations are placed inside the Assignments directory.