Day 1: Introduction to HTML & CSS & Basics Concept
Module 1: Getting Started with HTML & CSS
- Overview of web development and why HTML & CSS are important
- Explaining the structure of a web page: HTML for content, CSS for style
- Real-life analogy: HTML as the skeleton and CSS as the clothes and makeup
- Tools needed for development: Text editors (VS Code), browser developer tools
Module 2: Setting Up the Environment
- Installing and using Visual Studio Code
- Writing your first HTML & CSS file
Module 3: Basic HTML Structure
- Anatomy of an HTML document: <!DOCTYPE html>, <html>, <head>, <body>
- Understanding tags, elements, and attributes
- Practical: Creating a simple webpage with a title, heading, paragraph, and a link
- Real-life example: A business card with a name, role, and contact info
Day 2: Styling and Layout with CSS
Module 4: Introduction to CSS
- Types of CSS: Inline, internal, and external
- Understanding selectors, properties, and values
- Real-life analogy: Choosing outfits based on an occasion