Chapter 1 – Introduction to HTML
Lessons: What is HTML? Introduction to HyperText Markup Language Purpose of HTML in web development How the Web Works Browser, Server, and HTTP Basics How HTML pages are displayed Setting Up Your Development Environment Installing VS Code or other Editors File Structure and Saving HTML Files Quiz 1: What does HTML stand for? Purpose of , , and tags What is a web browser?

Chapter 2 – HTML Basics
HTML ডকুমেন্টের মৌলিক গঠন জানা গুরুত্বপূর্ণ। হেডিং, প্যারাগ্রাফ, লিস্ট, লিংক এবং ছবি HTML-এর গুরুত্বপূর্ণ উপাদান। ট্যাগ সঠিকভাবে ব্যবহার করলে ব্রাউজারে সুন্দরভাবে কনটেন্ট প্রদর্শিত হয়।

Lesson 2 – Headings, Paragraphs, and Text Formatting

2.1 Headings

HTML এ মোট ৬ ধরনের হেডিং ট্যাগ থাকে:

  • <h1>: সবচেয়ে বড় হেডিং

  • <h2><h6>: ক্রমান্বয়ে ছোট হেডিং

উদাহরণ

<h1>Main Heading: Code Skill Bangla </h1>
<h2>Sub Heading: Learn Code in Bengali</h2>

2.2 Paragraphs

  • প্যারাগ্রাফ লেখা হয় <p> ট্যাগের মধ্যে।
    উদাহরণ:

 
<p>এটি একটি প্যারাগ্রাফ। HTML এ প্যারাগ্রাফ লেখার জন্য <p> ট্যাগ ব্যবহার করা হয়।</p>

2.3 Text Formatting

  • Bold Text: <strong> বা <b>

  • Italic Text: <em> বা <i>

  • Line Break: <br>

উদাহরণ:

 
<p><strong>এটি জোরালো লেখা।</strong></p>
<p><em>এটি ইটালিক লেখা।</em></p>
<p>এই বাক্যটি <br> নতুন লাইনে চলে যাবে।</p>

 

    Select the fields to be shown. Others will be hidden. Drag and drop to rearrange the order.
    • Image
    • SKU
    • Rating
    • Price
    • Stock
    • Availability
    • Add to cart
    • Description
    • Content
    • Weight
    • Dimensions
    • Additional information
    Click outside to hide the comparison bar
    Compare