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.
🇧🇩 একদম শুরু থেকে শেখা যাবে, কোর্স শেষে আপনি নিজের একটি রেসপনসিভ ওয়েবসাইট বানিয়ে ডেপ্লয় করতে পারবেন। প্রতিটি কোড সরাসরি ব্রাউজারে প্রিভিউ করে দেখা যাবে, প্রতিটি প্রশ্নের উত্তর দেখা ও রান করা যাবে।
<div class="card">
<h1>হ্যালো বাংলাদেশ!</h1>
<p>Hello, Bangladesh!</p>
</div>
.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.
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