0% found this document useful (0 votes)
14 views2 pages

Introduction To Web Development

The document is an introduction to web development, covering key topics such as the distinction between frontend and backend development, and the basics of HTML, CSS, and JavaScript. It emphasizes that web development combines both frontend and backend elements, with HTML providing structure, CSS for styling, and JavaScript for interactivity. The homework assignment encourages practical application by creating a basic web page using HTML and CSS, including a JavaScript button that triggers an alert.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views2 pages

Introduction To Web Development

The document is an introduction to web development, covering key topics such as the distinction between frontend and backend development, and the basics of HTML, CSS, and JavaScript. It emphasizes that web development combines both frontend and backend elements, with HTML providing structure, CSS for styling, and JavaScript for interactivity. The homework assignment encourages practical application by creating a basic web page using HTML and CSS, including a JavaScript button that triggers an alert.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

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.

You might also like