Description
Course Title : HTML
Duration: 4 Weeks
🌐 HTML Course Syllabus
🟢 Module 1: Introduction to HTML
What is HTML?
History and versions (HTML5)
How the web works (basic idea)
Setting up environment (browser + editor like Visual Studio Code)
🟢 Module 2: Basic HTML Structure
<!DOCTYPE html>
<html>, <head>, <body>
Page title and metadata
Comments in HTML
🟢 Module 3: HTML Elements & Tags
What are elements and tags
Block vs inline elements
Nesting elements properly
Empty/self-closing tags
🟢 Module 4: Text Formatting
Headings (<h1> to <h6>)
Paragraphs (<p>)
Formatting tags (<b>, <i>, <strong>, <em>)
Line breaks and horizontal rules
🟢 Module 5: Links & Navigation
Anchor tag (<a>)
Internal vs external links
Opening links in new tabs
Bookmark links
🟢 Module 6: Images & Multimedia
Images (<img>)
Image attributes (alt, width, height)
Audio (<audio>)
Video (<video>)
🟢 Module 7: Lists
Ordered lists (<ol>)
Unordered lists (<ul>)
Description lists (<dl>)
Nested lists
🟢 Module 8: Tables
Table structure (<table>, <tr>, <td>, <th>)
Table attributes
Merging cells (rowspan, colspan)
🟢 Module 9: Forms & Input
<form> basics
Input types (text, email, password, radio, checkbox)
Labels and buttons
Form validation (basic)
🟢 Module 10: HTML Attributes
Common attributes (id, class, style)
Global attributes
Data attributes
🟢 Module 11: Semantic HTML
Semantic tags (<header>, <nav>, <section>, <article>, <footer>)
Why semantics matter (SEO + accessibility)
🟢 Module 12: HTML5 Features
New input types
<canvas> basics
<iframe>
Local storage basics
🟢 Module 13: Accessibility Basics
Alt text for images
ARIA roles (intro)
Writing accessible HTML
🟢 Module 14: SEO Basics with HTML
Meta tags
Page structure
Heading hierarchy
🟢 Module 15: HTML + CSS + JavaScript Integration
Linking CSS
Adding JavaScript
Inline vs external files
🟢 Module 16: Best Practices
Clean code structure
Indentation and readability
Validation using W3C Markup Validation Service
🟢 Module 17: Projects
Personal profile page
Simple blog page
Landing page
Basic form project





Reviews
There are no reviews yet.