Introduction to Web Development
Introduction to Web Development
Date: July 23, 2025
Instructor: Mr. Rahim
---
📌 Key Topics Covered
1. What is Web Development?
Building websites and web applications.
Involves frontend (client-side) and backend (server-side) development.
2. Frontend vs Backend
Frontend: HTML, CSS, JavaScript – what users see.
Backend: Handles logic, database, server – what users don’t see.
3. HTML Basics
Structure of a web page
Tags: <html>, <head>, <body>, <h1>, <p>, etc.
4. CSS Overview
Styling web pages (color, layout, font)
Inline, internal, external CSS
5. JavaScript Intro
Adds interactivity
Example: Button click events
---
🧠 Key Takeaways
Web development = frontend + backend
HTML = structure, CSS = style, JS = interactivity
Practice is essential to mastering the basics
---
📌 Homework
Create a basic web page using HTML and CSS.
Try adding a button that shows an alert with JavaScript.