ABCL TECH · Free Technical Course

HTML & CSS
Web Fundamentals → Responsive Mastery

A rigorous, modern, Bengali-friendly web fundamentals course for absolute beginners. Built around semantic markup, visual craftsmanship, and real, deployed sites.

🇧🇩 একদম শুরু থেকে শেখা যাবে, কোর্স শেষে আপনি নিজের একটি রেসপনসিভ ওয়েবসাইট বানিয়ে ডেপ্লয় করতে পারবেন। প্রতিটি কোড সরাসরি ব্রাউজারে প্রিভিউ করে দেখা যাবে, প্রতিটি প্রশ্নের উত্তর দেখা ও রান করা যাবে।

25 modules · Beginner → Intermediate Live preview runner Responsive design Bangla + English
index.html
<div class="card">
  <h1>হ্যালো বাংলাদেশ!</h1>
  <p>Hello, Bangladesh!</p>
</div>
style.css
.card {
  font-family: sans-serif;
  padding: 1.5rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #39b549, #1f6e2a);
  color: white;
  text-align: center;
}

Why This Course Exists (কেন এই কোর্স?)

Most "HTML/CSS tutorials" teach a list of tags and properties. This one teaches how to think in markup and layout — how to structure content that means something, and how to style it so it works everywhere, on every screen. HTML and CSS are the only two languages every browser on Earth understands — and they are the fastest way to turn an idea into something real and public.

বেশিরভাগ HTML/CSS টিউটোরিয়াল শুধু ট্যাগ ও প্রপার্টির তালিকা শেখায়। এই কোর্সে আপনি শিখবেন — কীভাবে অর্থবহ markup লিখতে হয় এবং যেকোনো স্ক্রিনে সুন্দরভাবে কাজ করে এমন layout ডিজাইন করতে হয়। HTML ও CSS হলো একমাত্র দুটি ভাষা যা পৃথিবীর প্রতিটি ব্রাউজার বোঝে — এবং একটি আইডিয়াকে সত্যিকারের, সবার জন্য প্রকাশ্য কিছুতে রূপান্তর করার সবচেয়ে দ্রুততম উপায়।

Semantic Thinking

Structure content so it means something, not just looks like something.

এমন markup লেখা যা সত্যিকার অর্থ বহন করে।

Visual Craftsmanship

The box model, color, type and space — the raw materials of design.

বক্স মডেল, রঙ, টাইপোগ্রাফি ও স্পেসিং নিয়ে কাজ করা।

Responsive Design

One codebase, every screen — phone, tablet, desktop.

একটি কোডে সব স্ক্রিনের জন্য সঠিকভাবে কাজ করা।

Real, Deployed Work

Ship an actual portfolio site the world can visit.

এমন একটি সাইট তৈরি করা যা সবাই ভিজিট করতে পারবে।

Prerequisites (যা জানা থাকলেই চলবে)

  • No prior programming or design experience required
  • Curiosity about how websites are built
  • A laptop/PC with any modern browser
  • A free text editor (VS Code recommended)
প্রোগ্রামিং বা ডিজাইন সম্পর্কে আগে থেকে কোনো ধারণা না থাকলেও কোনো সমস্যা নেই। ওয়েবসাইট কীভাবে তৈরি হয় তা জানার আগ্রহ থাকলেই যথেষ্ট।

By The End You Will (কোর্স শেষে পারবে)

  • Write clean, semantic HTML5 from scratch
  • Style any layout with the box model, Flexbox and Grid
  • Build fully responsive, mobile-first pages
  • Style accessible, user-friendly forms
  • Build and deploy a real, responsive portfolio site
25
Modules
7
Phases
150+
Problems
100%
Free

Full Syllabus (সম্পূর্ণ সিলেবাস)