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>
tagsHTML Quotation & Citation Tags
๐ Module 4: Links and Navigation
Anchor Tag:
<a>
Internal vs External Links
target
,href
,title
AttributesLinking Email and Phone
๐ผ๏ธ Module 5: Images
<img>
Tagsrc
,alt
,width
,height
AttributesImage 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>
ElementInput 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>
BasicsMeta 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