HTML Module Outline
●Module 1: Introduction to HTML
HTML কী? কেন ব্যবহার করা হয়?
HTML এর ইতিহাস ও ভার্সনসমূহ
একটি HTML ডকু মেন্টের গঠন (Structure of HTML Document
●Module 2: Basic HTML Tags
Heading tags (<h1> ... <h6>)
Paragraph tag (<p>)
Line break (<br>) এবং Horizontal rule (<hr>)
Comments (<!-- comment -->)
●Module 3: Text Formatting Tags
Bold (<b>/<strong>)
Italic (<i>/<em>)
Underline (<u>), Superscript (<sup>), Subscript (<sub>)
Inline Text Formatting (<mark>,<small>,<del>,<ins>)
●Module 4: Lists in HTML
Ordered List ( )
<ol>
Unordered List ( )
<ul>
Definition List ( ,
<dl> ,
<dt> )
<dd>
Nested Lists
●Module 5: Links & Navigation
Anchor tag ( ) - Internal, External, Mail, Phone link
<a>
Target attribute ( ,
_self )
_blank
Bookmarking with links (jump links)
●Module 6: Images in HTML
<img>ট্যাগ ও Attributes (
,
src ,
alt ,
width )
height
Image linking with anchor
Responsive images (intro to )
max-width
●Module 7: Tables in HTML
Basic Table structure ( ,
<table> ,
<tr> ,
<td> )
<th>
Table attributes ( ,
border ,
cellpadding )
cellspacing
Rowspan, Colspan
Table caption
●Module 8: Forms in HTML
<form>structure & attributes
Input types ( ,
text ,
password ,
email ,
number ,
radio ,
checkbox )
file
,
<textarea> ,
<select> ,
<option> <label>
Submit, Reset, Button
HTML5 Input types ( ,
date ,
time ,
color ,
range )
url
●Module 9: Semantic HTML
Introduction to Semantic Tags
Common semantic tags:
,
<header>
,
<footer> ,
<main>,<section> ,
<article>
,
<aside><nav> ,
<figure> <figcaption>
Importance for SEO & Accessibility
●Module 10: Multimedia in HTML
Adding Audio ( )
<audio>
Adding Video ( )
<video>
Embedding YouTube videos (iframe)
●Module 11: HTML5 Advanced Features
<canvas>basics
<svg>basics
<progress>এবং
<meter>
Geolocation API (intro)
Module 12: Best Practices & Project
Clean & readable HTML code
Accessibility tips (alt text, labels, headings hierarchy)
SEO basics (meta tags, title, description)
Final Mini Project: Simple Portfolio / Blog Page (using all learned tags)