HTML Syllabus

HTML SYLLABUS

๐Ÿงฑ Module 1: Introduction to HTML

  • What is HTML?

  • Structure of an HTML Document

  • HTML Versions and Doctype

  • Tags, Elements, and Attributes


๐Ÿท๏ธ Module 2: Basic HTML Tags

  • <html>, <head>, <title>, <body>

  • Headings (<h1> to <h6>)

  • Paragraphs and Line Breaks

  • Horizontal Lines

  • Comments in HTML


๐Ÿ“„ Module 3: Text Formatting

  • Bold, Italic, Underline: <b>, <i>, <u>

  • Subscript & Superscript: <sub>, <sup>

  • <strong> and <em> tags

  • HTML Quotation & Citation Tags


๐Ÿ”— Module 4: Links and Navigation

  • Anchor Tag: <a>

  • Internal vs External Links

  • target, href, title Attributes

  • Linking Email and Phone


๐Ÿ–ผ๏ธ Module 5: Images

  • <img> Tag

  • src, alt, width, height Attributes

  • Image Linking


๐Ÿ“‹ Module 6: Lists

  • Ordered List <ol>

  • Unordered List <ul>

  • Description List <dl>

  • Nesting Lists


๐Ÿงฉ Module 7: Tables

  • <table>, <tr>, <td>, <th>

  • colspan, rowspan

  • Table Borders, Cell Spacing, Alignment


๐Ÿงพ Module 8: Forms in HTML

  • <form> Element

  • Input Fields: <input> (text, password, email, number, etc.)

  • <textarea>, <select>, <option>

  • Radio Buttons & Checkboxes

  • Submit & Reset Buttons

  • Form Attributes: action, method, name, id, placeholder


๐Ÿงฑ Module 9: HTML5 Semantic Elements

  • <header>, <footer>, <nav>

  • <main>, <section>, <article>, <aside>

  • <figure> and <figcaption>

  • Benefits of Semantic HTML


๐ŸŽจ Module 10: Embedding Media

  • Video: <video>

  • Audio: <audio>

  • YouTube Video Embedding

  • <iframe> for Maps, Docs, etc.


โš™๏ธ Module 11: HTML APIs & Advanced Tags

  • <canvas> & <svg> Basics

  • Meta Tags

  • Favicon Setup

  • Charset & Viewport


โœ… Module 12: Project + Practice

  • Create a complete HTML portfolio page

  • Build a simple resume webpage

  • Practice tasks: tables, forms, image gallery

Scroll to Top