
- Introduction to HTML and Web Basics
- HTML Document Structure (doctype, html, head, body)
- Headings (h1-h6) and Paragraphs (p)
- Text Formatting (bold, italic, underline, strong, em)
- Line Breaks (br) and Horizontal Rules (hr)
- Links (anchor tag, href, target attributes)
- Images (img tag, src, alt, width, height attributes)
- Lists (unordered, ordered, definition lists)
- Tables (table, tr, td, th, colspan, rowspan)
- Forms (form tag, input types, textarea, select, button, label)
- HTML Attributes (global and element-specific)
- Semantic HTML Elements (header, nav, main, footer, article, section)
- Comments in HTML
Basic HTML5 Features (new elements like video, audio)
Introduction to Connecting HTML with CSS (inline, internal, external styles)
- Teacher: Admin User