Day 1 - Introduction to HTML
Document structure: doctype, <html>, <head>, <body>
Day 2 - Text Element
headings, paragraphs, links, images (with alt attributes) Basic text formatting (bold, italic, etc.)
Day 3 - Lists, Tables and Semantic HTML
Lists: ordered and unordered
Tables: creating simple tables with rows and columns
Semantic HTML: divs, spans, and common sectioning elements
Day 4 - Forms
Text inputs, radio buttons, checkboxes, labels, submit buttons, Form attributes and actions
Day 5 - Multimedia & Advanced Elements
Embedding video, audio, YouTube videos, and adding a favicon, Comments and proper code organization