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
-
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, Paragraphp) - Text formatting tags (
em,strong,mark,b,i,ins,del,s,code,q) - Tables (
table,tr,th,td,thead,tbody,tfoot.)
- 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.