A collection of HTML & CSS class assignments covering foundational web development concepts — from basic HTML tags to CSS layouts and page cloning.
First Class Practice
- Introduction to HTML tags: headings, paragraphs, anchor links, images, tables
- Demonstrates inline CSS, internal CSS, and external CSS linking
Menu Bar and Basic Layout
- Simple horizontal navigation menu bar
- Basic page structure: header, sidebar, main content area, footer
3. Class_03
CSS Positioning
- Practice with CSS
positionproperty (relative, absolute, etc.) - Box layout using parent-child div relationships
4. Class_03_A
Menu Bar with Dropdown and Full Layout
- Navigation bar with nested dropdown menus
- Full page layout: header, wrapper, sidebar, main content, footer
5. Class_03_B
Facebook Page Layout Clone
- Recreating the Facebook landing page structure using HTML & CSS
- Sections: header with logo, image section, signup form, top/bottom footer
- HTML5
- CSS3
Mashiur Rahman GitHub: WebUI2Stack